From 9d1930d9adb4f56ae12209d3d01f4a1ed1af8503 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 9 May 2022 15:59:21 +0200 Subject: Allow many (20k+) feeds (#4347) * Allow many (20k+) feeds Fix errors such as `SQL error listWhereRaw: ERROR: value "42926" is out of range for type smallint` Start of UI performance improvements accordingly. --- config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.default.php') 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, -- cgit v1.2.3