summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-01 13:39:58 +0400
committerAndrew Dolgov <[email protected]>2011-04-01 13:55:39 +0400
commit5ab9791f34d395104b4857b0979ae9aa5c138878 (patch)
tree4a6d51e55bc2f4034d6409a3e59899e4a9ab471f /config.php-dist
parente2bcd11bb1f5427af08f97fe04afc63d73efce7e (diff)
implement pubsubhubbub subscriber (update schema)
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist4
1 files changed, 0 insertions, 4 deletions
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.