From 5ab9791f34d395104b4857b0979ae9aa5c138878 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 1 Apr 2011 13:39:58 +0400 Subject: implement pubsubhubbub subscriber (update schema) --- config.php-dist | 4 ---- 1 file changed, 4 deletions(-) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index e9ea0a67a..8b01aeb89 100644 --- a/config.php-dist +++ b/config.php-dist @@ -18,10 +18,6 @@ define('MAGPIE_CACHE_DIR', 'cache/magpie'); // Local cache directory for RSS feeds - define('MAGPIE_CACHE_AGE', 60*30); - // How long to store cached RSS objects? In seconds. - // Defaults to 30 minutes - define('ICONS_DIR', "icons"); define('ICONS_URL', "icons"); // Local and URL path to the directory, where feed favicons are stored. -- cgit v1.2.3-54-g00ecf