浏览代码

Add account size limit

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

+ 11 - 0
config/pixelfed.php

@@ -77,6 +77,17 @@ return [
 
     'activitypub_enabled' => env('ACTIVITY_PUB', false),
 
+    /*
+    |--------------------------------------------------------------------------
+    | Account file size limit
+    |--------------------------------------------------------------------------
+    |
+    | Update the max account size, the per user limit of files in kb.
+    | This applies to local and remote users. Old remote posts may be GC.
+    |
+    */
+    'max_account_size' => env('MAX_ACCOUNT_SIZE', 100000),
+
     /*
     |--------------------------------------------------------------------------
     | Photo file size limit