summaryrefslogtreecommitdiff
path: root/site/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-24 17:44:18 -0400
committerJules Laplace <jules@okfoc.us>2015-04-24 17:44:18 -0400
commit40d553c5e76aa685f547faa2419fd4e71cbf67a9 (patch)
treefc6fdc9dd11fc98de223bc8e4e9d0f175bb83732 /site/index.js
parent2e922f5f58f852e1c3471c77dd6d2db06535cdc2 (diff)
maxbytes setting
Diffstat (limited to 'site/index.js')
-rw-r--r--site/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/index.js b/site/index.js
index d7989b9..8bb4b4d 100644
--- a/site/index.js
+++ b/site/index.js
@@ -54,6 +54,7 @@ var app = okcms.createApp({
secret: process.env.S3_SECRET,
bucket: process.env.S3_BUCKET,
dirname: "twohustlers",
+ maxbytes: 1024*1024*2,
}
},