From 7e20e5d8edf1f0483a487b7f05de35e83911e6fa Mon Sep 17 00:00:00 2001 From: chinyasuhail <85829017+chinyasuhail@users.noreply.github.com> Date: Wed, 7 Jul 2021 22:53:05 +0530 Subject: [PATCH] Update conf.sample.php --- cfg/conf.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/conf.sample.php b/cfg/conf.sample.php index d362f3f2..68f845d0 100644 --- a/cfg/conf.sample.php +++ b/cfg/conf.sample.php @@ -33,7 +33,7 @@ defaultformatter = "plaintext" ; (optional) set a syntax highlighting theme, as found in css/prettify/ ; syntaxhighlightingtheme = "sons-of-obsidian" -; size limit per paste or comment in bytes, defaults to 10 Mebibytes +; size limit per paste or comment in bytes, defaults to 10 Megabytes sizelimit = 10485760 ; template to include, default is "bootstrap" (tpl/bootstrap.php)