Browse Source

Update pixelfed config

Daniel Supernault 7 years ago
parent
commit
993ef7e225
1 changed files with 1 additions and 0 deletions
  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',
 ];