From e8c70a27c276e4daa47c229690357e9711eeb5ec Mon Sep 17 00:00:00 2001 From: drethereum <71602799+drethereum@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:30:10 -0700 Subject: [PATCH] 0 (#322) --- macros/decoder/decoded_logs_history.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/decoder/decoded_logs_history.sql b/macros/decoder/decoded_logs_history.sql index 91b064c3..6246edc2 100644 --- a/macros/decoder/decoded_logs_history.sql +++ b/macros/decoder/decoded_logs_history.sql @@ -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", 1000000) } -%} {% set wait_time = var("DECODED_LOGS_HISTORY_WAIT_TIME", 60) %}