From ddbbf97be0c02a4842c5ce85842be39f9da733f9 Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Sat, 26 Jul 2025 08:42:32 -0400 Subject: [PATCH] back to 40 --- .../core/realtime/streamline__transactions_realtime.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/streamline/core/realtime/streamline__transactions_realtime.sql b/models/streamline/core/realtime/streamline__transactions_realtime.sql index 56ae197..4cf83e7 100644 --- a/models/streamline/core/realtime/streamline__transactions_realtime.sql +++ b/models/streamline/core/realtime/streamline__transactions_realtime.sql @@ -6,8 +6,8 @@ params ={ "external_table" :"transactions", "sql_limit" :"1000000", "producer_batch_size" :"100000", - "worker_batch_size" :"2000", - "async_concurrent_requests" :"7", + "worker_batch_size" :"2500", + "async_concurrent_requests" :"10", "sql_source" :"{{this.identifier}}", 'exploded_key': '["result"]', "order_by_column": "checkpoint_number DESC" }