Updating Beacon size
Beacon size should be <= QUEUE_MESSAGE_SIZE_LIMIT
This commit is contained in:
parent
4e6003595d
commit
f2d323cee6
1 changed files with 3 additions and 2 deletions
|
|
@ -27,7 +27,6 @@ ENV TZ=UTC \
|
|||
MAXMINDDB_FILE=/root/geoip.mmdb \
|
||||
UAPARSER_FILE=/root/regexes.yaml \
|
||||
HTTP_PORT=80 \
|
||||
BEACON_SIZE_LIMIT=3000000 \
|
||||
KAFKA_USE_SSL=true \
|
||||
KAFKA_MAX_POLL_INTERVAL_MS=400000 \
|
||||
REDIS_STREAMS_MAX_LEN=10000 \
|
||||
|
|
@ -54,7 +53,9 @@ ENV TZ=UTC \
|
|||
DB_BATCH_QUEUE_LIMIT=20 \
|
||||
DB_BATCH_SIZE_LIMIT=10000000 \
|
||||
PARTITIONS_NUMBER=16 \
|
||||
QUEUE_MESSAGE_SIZE_LIMIT=1048576
|
||||
QUEUE_MESSAGE_SIZE_LIMIT=1048576 \
|
||||
BEACON_SIZE_LIMIT=1000000
|
||||
|
||||
|
||||
|
||||
ARG SERVICE_NAME
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue