From 977ac79ded4eb386c6584b68c5e698f53c74dd9f Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Sat, 16 Jun 2018 22:28:44 +1000 Subject: [PATCH] * tune paste limit --- conf/ldv.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/ldv.conf.sample b/conf/ldv.conf.sample index c855a4b..7181d39 100644 --- a/conf/ldv.conf.sample +++ b/conf/ldv.conf.sample @@ -51,7 +51,7 @@ zerobin => { root => 'data/zerobin', syntax => ['bash', 'c', 'css', 'html', 'perl', 'php', 'python', 'other'], - maxsize => 10 * 1024 * 1024, + maxsize => 1 * 1024 * 1024, }, hypnotoad => {