From e3d62d907b07dbace7404fb378a97e8d38cf1e9e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 11 Apr 2005 19:05:52 +0000 Subject: - Patch #19298 by Jeremy: loose caching! Drupal's existing caching mechanism doesn't perform well on highly dynamic websites in which the cache is flushed frequently. One example is a site that is under attack by a spambot that is posting spam comments every few seconds, causing all cached pages to be flushed every few seconds. Loose caching immediately flushes the cache only for specific users who have modified cached data (whether or not they are logged in), delaying the flushing of data for other users by several minutes. (I rewrote the help text a bit and made minor changes to the code comments.) --- sites/default/settings.php | 1 + 1 file changed, 1 insertion(+) (limited to 'sites/default/settings.php') diff --git a/sites/default/settings.php b/sites/default/settings.php index 50499134e..532a37143 100644 --- a/sites/default/settings.php +++ b/sites/default/settings.php @@ -88,6 +88,7 @@ $db_prefix = ''; * a trailing slash; Drupal will add it for you. */ $base_url = 'http://localhost'; +$base_url = 'http://169.254.115.224/~dries/drupal-cvs'; /** * PHP settings: -- cgit v1.2.3