feat(backend): set default size of first part of session mob file to 1mb
This commit is contained in:
parent
f64464de58
commit
6d45a41c18
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ ENV TZ=UTC \
|
|||
ASSETS_SIZE_LIMIT=6291456 \
|
||||
ASSETS_HEADERS="{ \"Cookie\": \"ABv=3;\" }" \
|
||||
FS_CLEAN_HRS=72 \
|
||||
FILE_SPLIT_SIZE=500000 \
|
||||
FILE_SPLIT_SIZE=1000000 \
|
||||
LOG_QUEUE_STATS_INTERVAL_SEC=60 \
|
||||
DB_BATCH_QUEUE_LIMIT=20 \
|
||||
DB_BATCH_SIZE_LIMIT=10000000 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue