aboutsummaryrefslogtreecommitdiff
path: root/ci/config
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-11-10 22:40:35 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-11-10 22:40:35 -0500
commit39a22deb6a232356bf7b2ef8386679bc8ea2f697 (patch)
tree743eb0a0bb06a8ae85a36778c748880374798f01 /ci/config
parent00582bef545a912c2f81ea359dc00c92dd991ceb (diff)
much needed QOL updates
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