summaryrefslogtreecommitdiff
path: root/classes/rssutils.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-05-06 10:54:14 +0300
committerAndrew Dolgov <[email protected]>2017-05-06 10:54:14 +0300
commit4fd0790804191dac3247430cc3bd7053ae7d32ca (patch)
tree623a584dc90470c47231ab5ec99ca3582407c855 /classes/rssutils.php
parente6c886bf66928d4bd496672f12b79b547747677b (diff)
fix DAEMON_SLEEP_INTERVAL not being defined when used
enforce minimum 60 sec spawn/sleep interval in update processes
Diffstat (limited to 'classes/rssutils.php')
-rw-r--r--classes/rssutils.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/classes/rssutils.php b/classes/rssutils.php
index 84d6941da..1c8846e4e 100644
--- a/classes/rssutils.php
+++ b/classes/rssutils.php
@@ -1,9 +1,4 @@
<?php
-define_default('DAEMON_UPDATE_LOGIN_LIMIT', 30);
-define_default('DAEMON_FEED_LIMIT', 500);
-define_default('DAEMON_SLEEP_INTERVAL', 120);
-define_default('_MIN_CACHE_FILE_SIZE', 1024);
-
class RSSUtils {
static function calculate_article_hash($article, $pluginhost) {
$tmp = "";