From 993ef7e225255a7f6fb16b2ca81346ae4b3dcdce Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 22 May 2018 18:03:54 -0600 Subject: [PATCH] Update pixelfed config --- config/pixelfed.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/pixelfed.php b/config/pixelfed.php index 4535cb52a..90e4ded13 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -5,4 +5,5 @@ return [ 'nodeinfo' => [ 'url' => config('app.url') . '/' . 'api/nodeinfo/2.0.json' ], + 'memory_limit' => '1024M', ]; \ No newline at end of file