mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update pixelfed config, bump max_collection_length default to 100 from 18
This commit is contained in:
parent
e13adc661d
commit
65cf9ccac9
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
|
||||
|
|
Loading…
Reference in a new issue