summaryrefslogtreecommitdiff
path: root/classes/config.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-05 22:33:42 +0300
committerAndrew Dolgov <[email protected]>2021-03-05 22:33:42 +0300
commit42e057c8088070f9afd417d92cf6a0ebc9fdd01f (patch)
treef466b30ac184d27ebfd6f61f5e6a36216f415853 /classes/config.php
parent53dcd4b2290c2e8212a5fabd6f95a140cffe133d (diff)
parent42cb2e5112fb78ea724adf13f190c1d9bb48ddcb (diff)
Merge branch 'master' of git.tt-rss.org:fox/tt-rss
Diffstat (limited to 'classes/config.php')
-rw-r--r--classes/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/config.php b/classes/config.php
index 68dd47f35..1625ccb79 100644
--- a/classes/config.php
+++ b/classes/config.php
@@ -87,7 +87,7 @@ class Config {
Config::LOG_DESTINATION => [ "sql", Config::T_STRING ],
Config::LOCAL_OVERRIDE_STYLESHEET => [ "local-overrides.css",
Config::T_STRING ],
- Config::DAEMON_MAX_CHILD_RUNTIME => [ 1800, Config::T_STRING ],
+ Config::DAEMON_MAX_CHILD_RUNTIME => [ 1800, Config::T_INT ],
Config::DAEMON_MAX_JOBS => [ 2, Config::T_INT ],
Config::FEED_FETCH_TIMEOUT => [ 45, Config::T_INT ],
Config::FEED_FETCH_NO_CACHE_TIMEOUT => [ 15, Config::T_INT ],