feat (backend): default BEACON_SIZE_LIMIT to 7 Mb
This commit is contained in:
parent
8a61558035
commit
d099ab4dde
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ ENV TZ=UTC \
|
|||
MAXMINDDB_FILE=/root/geoip.mmdb \
|
||||
UAPARSER_FILE=/root/regexes.yaml \
|
||||
HTTP_PORT=80 \
|
||||
BEACON_SIZE_LIMIT=1000000 \
|
||||
BEACON_SIZE_LIMIT=7000000 \
|
||||
KAFKA_USE_SSL=true \
|
||||
REDIS_STREAMS_MAX_LEN=3000 \
|
||||
TOPIC_RAW=raw \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue