From 8f8d099f49ff49f9de4858787c7ca7dcef308eaf Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 23 Jul 2018 14:37:28 -0600 Subject: [PATCH] Update pixelfed.php --- config/pixelfed.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index 66bfd8a2c..43d60717b 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -23,7 +23,7 @@ return [ | This value is the version of your PixelFed instance. | */ - 'version' => '0.1.0', + 'version' => '0.1.1', /* |-------------------------------------------------------------------------- @@ -82,8 +82,8 @@ return [ | 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. + | Update the max account size, the per user limit of files in KB. + | | */ 'max_account_size' => env('MAX_ACCOUNT_SIZE', 100000),