Skip to content

Commit

Permalink
0 (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
drethereum authored Dec 20, 2024
1 parent d68de68 commit e8c70a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/decoder/decoded_logs_history.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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) %}
Expand Down

0 comments on commit e8c70a2

Please sign in to comment.