浏览代码

Update pixelfed config, bump max_collection_length default to 100 from 18

Daniel Supernault 3 年之前
父节点
当前提交
65cf9ccac9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/pixelfed.php

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