From 7ad9777c45a0b65cdad09c3c079d1961c447904a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 22 Aug 2009 20:10:38 +0000 Subject: =?UTF-8?q?-=20Patch=20#542658=20by=20sun,=20G=C3=A1bor=20Hojtsy,?= =?UTF-8?q?=20pwolanin:=20move=20action=20tabs=20out=20of=20local=20tasks.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sites/default/default.settings.php | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'sites/default') diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 7e3ded177..9434dd28a 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -220,17 +220,6 @@ ini_set('session.gc_maxlifetime', 200000); */ ini_set('session.cookie_lifetime', 2000000); -/** - * If you encounter a situation where users post a large amount of text, and - * the result is stripped out upon viewing but can still be edited, Drupal's - * output filter may not have sufficient memory to process it. If you - * experience this issue, you may wish to uncomment the following two lines - * and increase the limits of these variables. For more information, see - * http://php.net/manual/en/pcre.configuration.php. - */ -# ini_set('pcre.backtrack_limit', 200000); -# ini_set('pcre.recursion_limit', 200000); - /** * Drupal automatically generates a unique session cookie name for each site * based on on its full domain name. If you have multiple domains pointing at @@ -352,16 +341,3 @@ $conf = array( # $conf['blocked_ips'] = array( # 'a.b.c.d', # ); - -/** - * Page caching: - * - * To use a caching backend that does not use the database for page cache, - * set cache_inc to the file which provides this backend and set - * page_cache_without_database to TRUE. For additional speedup, - * page_cache_invoke_hooks can be set to FALSE to skip calling hook_boot and - * hook_exit which are the only hooks fired during serving a cached page. - */ -# $conf['cache_inc'] = DRUPAL_ROOT . '/sites/all/modules/memcache/memcache.inc'; -# $conf['page_cache_without_database'] = TRUE; -# $conf['page_cache_invoke_hooks'] = FALSE; -- cgit v1.2.3