mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:45:56 +00:00
fix DAEMON_SLEEP_INTERVAL not being defined when used
enforce minimum 60 sec spawn/sleep interval in update processes
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user