This commit is contained in:
Austin 2024-11-21 17:44:36 -05:00 committed by GitHub
parent dbda86aeaa
commit 30cff653ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
"sql_limit": var("DECODED_LOGS_HISTORY_SQL_LIMIT", 7500000),
"producer_batch_size": var("DECODED_LOGS_HISTORY_PRODUCER_BATCH_SIZE", 400000),
"worker_batch_size": var("DECODED_LOGS_HISTORY_WORKER_BATCH_SIZE", 100000),
"producer_limit_size": var("DECODED_LOGS_HISTORY_WORKER_BATCH_SIZE", 100000)
"producer_limit_size": var("DECODED_LOGS_HISTORY_WORKER_BATCH_SIZE", 5000000)
} -%}
{% set wait_time = var("DECODED_LOGS_HISTORY_WAIT_TIME", 60) %}