From 97917768f0b5d0018ad8b0629d299b9d59411614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Miko=C5=82ajczak?= Date: Sun, 26 Aug 2018 18:53:20 +0200 Subject: [PATCH] 500 :) --- config/pixelfed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index a62f29c3d..b675f4080 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -106,7 +106,7 @@ return [ | Change the caption length limit for new local posts. | */ - 'max_caption_length' => env('MAX_CAPTION_LENGTH', 150), + 'max_caption_length' => env('MAX_CAPTION_LENGTH', 500), /* |--------------------------------------------------------------------------