diff options
Diffstat (limited to 'config.default.php')
| -rw-r--r-- | config.default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.default.php b/config.default.php index df8e9133e..1b12834d0 100644 --- a/config.default.php +++ b/config.default.php @@ -104,7 +104,7 @@ return array( 'max_inactivity' => PHP_INT_MAX, # Max number of feeds for a user. - 'max_feeds' => 16384, + 'max_feeds' => 131072, # Max number of categories for a user. 'max_categories' => 16384, |
