summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-21 08:34:49 +0100
committerAndrew Dolgov <[email protected]>2006-08-21 08:34:49 +0100
commit99018440a5cdd9b1a5de231b20423942ea52a57d (patch)
treee2b9dbb0a50bd6717b2e5d9bd9682c0841779f0b /config.php-dist
parent481c9804aa7c9ad7d58c9448e8d5fdd32c2106cf (diff)
new option: DAEMON_SENDS_DIGESTS
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index 9f2f23854..7b800b46f 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -140,6 +140,10 @@
define('DIGEST_EMAIL_LIMIT', 10);
// The maximum amount of emails sent in one digest batch
+ define('DAEMON_SENDS_DIGESTS', true);
+ // If update daemon and update_feeds should send digests
+ // Disable if you prefer querying special URL (see wiki)
+
define('CONFIG_VERSION', 5);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).