From 49aaa073abdc1ad620791fd3db26b1a724d16f3e Mon Sep 17 00:00:00 2001 From: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com> Date: Tue, 22 Mar 2022 09:55:09 -0700 Subject: [PATCH] =?UTF-8?q?config:=20=E2=9A=99=20Change=20default=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/config.example.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/config.example.json b/backend/config.example.json index 382c0bc..189e83c 100755 --- a/backend/config.example.json +++ b/backend/config.example.json @@ -4,9 +4,9 @@ "backend_port": 8000 }, "pastes": { - "character_limit": 40000, - "days_til_expiration": 7, - "id_length": 10 + "character_limit": 50000, + "days_til_expiration": 30, + "id_length": 6 }, "ratelimits": { "seconds_in_between_pastes": 2,