浏览代码

Update pixelfed config

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

+ 1 - 0
config/pixelfed.php

@@ -5,4 +5,5 @@ return [
   'nodeinfo' => [
     'url' => config('app.url') . '/' . 'api/nodeinfo/2.0.json'
   ],
+  'memory_limit' => '1024M',
 ];