Update pixelfed config, bump max_collection_length default to 100 from 18

This commit is contained in:
Daniel Supernault 2022-06-10 23:36:44 -06:00
parent e13adc661d
commit 65cf9ccac9
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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