increase default size limit to 10 MiB, documenting change

This commit is contained in:
El RIDO
2019-09-20 07:04:26 +02:00
parent 5c0012cf51
commit d5aeba60ca
3 changed files with 4 additions and 3 deletions

View File

@@ -29,8 +29,8 @@ 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 2 Mebibytes
sizelimit = 2097152
; size limit per paste or comment in bytes, defaults to 10 Mebibytes
sizelimit = 10485760
; template to include, default is "bootstrap" (tpl/bootstrap.php)
template = "bootstrap"