aboutsummaryrefslogtreecommitdiff
path: root/ci/config
diff options
context:
space:
mode:
Diffstat (limited to 'ci/config')
-rw-r--r--ci/config/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/config/config.json b/ci/config/config.json
index e70899f..931c56b 100644
--- a/ci/config/config.json
+++ b/ci/config/config.json
@@ -7,7 +7,7 @@
//The defaut HTTP version to being requests with (does not support http/2 yet)
"default_version": "HTTP/1.1",
//The maxium size (in bytes) of response messges that will be compressed
- "compression_limit": 512000,
+ "compression_limit": 2048000,
//Minium response size (in bytes) to compress
"compression_minimum": 2048,
//The size of the buffer to use when parsing multipart/form data uploads