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'),