feat(backend): set default size of first part of session mob file to 1mb

This commit is contained in:
Alexander Zavorotynskiy 2022-07-12 12:20:13 +02:00
parent f64464de58
commit 6d45a41c18

View file

@ -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 \