Add "bin max-size" option

This is set in bytes and limits the maximum size of a bin panel. The
default is currently 1.5Mb.
This commit is contained in:
Aron Carroll 2012-10-11 19:49:13 +02:00
parent 48e51ba19b
commit 5603844722

View File

@ -7,6 +7,9 @@
"ssl": false,
"static": false
},
"bin": {
"max-size": 1572864
},
"store": {
"adapter": "sqlite",
"sqlite": {