bump maxLength, reduce max-age for statics to 3s

This commit is contained in:
Ricardo Pardini
2023-01-21 18:26:53 +01:00
parent 8458b20fdc
commit 26329709c1
2 changed files with 4 additions and 4 deletions

View File

@@ -20,8 +20,8 @@ ENV LOGGING_LEVEL=verbose \
ENV HOST=0.0.0.0\
PORT=7777\
KEY_LENGTH=10\
MAX_LENGTH=400000\
STATIC_MAX_AGE=86400
MAX_LENGTH=10000000\
STATIC_MAX_AGE=3
ENV KEYGENERATOR_TYPE=phonetic \
KEYGENERATOR_KEYSPACE=""

View File

@@ -2,8 +2,8 @@
"host": "0.0.0.0",
"port": 7777,
"keyLength": 10,
"maxLength": 400000,
"staticMaxAge": 86400,
"maxLength": 4000000,
"staticMaxAge": 3,
"recompressStaticAssets": true,
"logging": [
{