From 65cf9ccac95f71621af7e435fe90dc3518d2777f Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 10 Jun 2022 23:36:44 -0600 Subject: [PATCH] Update pixelfed config, bump max_collection_length default to 100 from 18 --- config/pixelfed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index 16eb21c6b..c5ebb656e 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -239,7 +239,7 @@ return [ ] ], - 'max_collection_length' => (int) env('PF_MAX_COLLECTION_LENGTH', 18), + 'max_collection_length' => (int) env('PF_MAX_COLLECTION_LENGTH', 100), 'media_types' => env('MEDIA_TYPES', 'image/jpeg,image/png,image/gif'),