From 5603844722fe4e478c2cdd37c6a5aefbc4ff3afa Mon Sep 17 00:00:00 2001 From: Aron Carroll Date: Thu, 11 Oct 2012 19:49:13 +0200 Subject: [PATCH] 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. --- config.default.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.default.json b/config.default.json index 761bfe95..73a6be43 100644 --- a/config.default.json +++ b/config.default.json @@ -7,6 +7,9 @@ "ssl": false, "static": false }, + "bin": { + "max-size": 1572864 + }, "store": { "adapter": "sqlite", "sqlite": {