X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=include%2Ffunctions.php;h=4801876c14a8777fd21181bdb651eb899c908d4e;hb=4fd0790804191dac3247430cc3bd7053ae7d32ca;hp=b448c5a9d1757f83d565f8e30480f7fdaa9dd62b;hpb=e6c886bf66928d4bd496672f12b79b547747677b;p=tt-rss.git diff --git a/include/functions.php b/include/functions.php index b448c5a9..4801876c 100644 --- a/include/functions.php +++ b/include/functions.php @@ -53,6 +53,12 @@ // How many seconds to wait for initial response from website when // fetching files from remote sites + // feed updating stuff + 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); + if (DB_TYPE == "pgsql") { define('SUBSTRING_FOR_DATE', 'SUBSTRING_FOR_DATE'); } else {