aboutsummaryrefslogtreecommitdiff
path: root/ci/config/config.json
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-12-16 12:09:33 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-12-16 12:09:33 -0500
commitaf67dab96747c7d83380e67de91dd25f46e9681f (patch)
treea0dc584291dc73cbff3ff4db8d3f28a7d714b25f /ci/config/config.json
parent0d25abab798c005266a1c0b4eeba957d232d4328 (diff)
fixes, image preview, and prep for framework update
Diffstat (limited to 'ci/config/config.json')
-rw-r--r--ci/config/config.json13
1 files changed, 11 insertions, 2 deletions
diff --git a/ci/config/config.json b/ci/config/config.json
index 931c56b..037c1a5 100644
--- a/ci/config/config.json
+++ b/ci/config/config.json
@@ -31,7 +31,9 @@
//Time in ms to wait for the client to accept transport data before terminating the connection
"send_timeout_ms": 60000,
//The size (in bytes) of the buffer used to store all response header data
- "response_header_buf_size": 16384
+ "response_header_buf_size": 16384,
+ //Max number of file uploads allowed per request
+ "max_uploads_per_request": 10
},
//Path to managed compressor library
@@ -102,7 +104,14 @@
},
//A list of error file objects, files are loaded into memory (and watched for changes) and returned when the specified error code occurs
- "error_files": [],
+ "error_files": [
+ /*
+ {
+ "code": 404,
+ "path": "404.html"
+ },
+ */
+ ],
//The default
"cache_default_sec": 864000