summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-12 19:44:39 +0400
committerAndrew Dolgov <[email protected]>2011-04-12 19:44:39 +0400
commit61e420e964cea6e70d445a872f88ca5a56fc31d0 (patch)
tree4df584a41470192fada36915e142246755de2602 /config.php-dist
parent1849a788cc337e57f430bf56c9f8072e4d525617 (diff)
config: cleanup
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist34
1 files changed, 13 insertions, 21 deletions
diff --git a/config.php-dist b/config.php-dist
index 1fccbfccc..1fc384c74 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -13,14 +13,18 @@
// Full URL of your tt-rss installation. You need to set this option
// correctly for tt-rss to function properly.
- define('MAGPIE_FETCH_TIME_OUT', 60);
- // Magpie's default timeout is 5 seconds. Some RSS feeds,
- // such as from large Trac installs, can take significantly
- // longer than 5 seconds to generate. To prevent failed
- // updates, increase this.
+ define('SINGLE_USER_MODE', true);
+ // Operate in single user mode, disables all functionality related to
+ // multiple users.
+
+ define('CACHE_DIR', 'cache');
+ // Local cache directory for RSS feed content.
- define('MAGPIE_CACHE_DIR', 'cache/magpie');
- // Local cache directory for RSS feeds
+ define('SIMPLEPIE_CACHE_IMAGES', false);
+ // Allow caching feed images when using SimplePie, to bypass hotlink
+ // prevention and such at expense of local disk space and bandwidth.
+ // Note that you (or your users) also have to enable image caching
+ // in feed editor.
define('ICONS_DIR', "icons");
define('ICONS_URL', "icons");
@@ -31,10 +35,6 @@
// need to change this and rename icons/ directory if you install tt-rss
// into website root.
- define('SINGLE_USER_MODE', true);
- // Operate in single user mode, disables all functionality related to
- // multiple users.
-
define('TMP_DIRECTORY', '/tmp');
// Directory for temporary files
@@ -88,15 +88,6 @@
// 0 - Magpie
// 1 - SimplePie
- define('SIMPLEPIE_CACHE_DIR', 'cache/simplepie');
- // Cache directory for RSS feeds when using SimplePie
-
- define('SIMPLEPIE_CACHE_IMAGES', false);
- // Allow caching feed images when using SimplePie, to bypass hotlink
- // prevention and such at expense of local disk space and bandwidth.
- // Note that you (or your users) also have to enable image caching
- // in feed editor.
-
define('COUNTERS_MAX_AGE', 365);
// Hard limit for unread counters calculation. Try tweaking this
// parameter to speed up tt-rss when having a huge number of articles
@@ -177,7 +168,8 @@
// Please see http://tt-rss.org/wiki/SphinxSearch for more information.
define('SPHINX_INDEX', 'ttrss');
- // Index name in Sphinx configuration
+ // Index name in Sphinx configuration. You can specify multiple indexes
+ // as a comma-separated string.
define('ENABLE_TWEET_BUTTON', false);
// Enable 'tweet this' button for articles