diff options
Diffstat (limited to 'config.default.php')
| -rw-r--r-- | config.default.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.default.php b/config.default.php index 872975546..80c2f257c 100644 --- a/config.default.php +++ b/config.default.php @@ -92,6 +92,10 @@ return array( # If true does nothing, if false restricts HTTP Referer via: meta referrer origin 'allow_referrer' => false, + # Number of feeds to refresh in parallel from the Web user interface. + # Faster with higher values. Reduce for server with little memory or database issues. + 'nb_parallel_refresh' => 10, + 'limits' => array( # Duration in seconds of the login cookie. |
