mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-30 20:04:33 -04:00
increase default size limit to 10 MiB, documenting change
This commit is contained in:
parent
5c0012cf51
commit
d5aeba60ca
3 changed files with 4 additions and 3 deletions
|
@ -45,7 +45,7 @@ class Configuration
|
|||
'burnafterreadingselected' => false,
|
||||
'defaultformatter' => 'plaintext',
|
||||
'syntaxhighlightingtheme' => null,
|
||||
'sizelimit' => 2097152,
|
||||
'sizelimit' => 10485760,
|
||||
'template' => 'bootstrap',
|
||||
'notice' => '',
|
||||
'languageselection' => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue