Skip to content

Commit 35745c2

Browse files
Increase max_inflight to 100 (#86)
1 parent 098b450 commit 35745c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/queue/manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ impl QueueManager {
257257
namespace: queue_config.execution_namespace.clone(),
258258
redis: redis_client.get_connection_manager().await?,
259259
authorization_cache,
260-
max_inflight: 20,
260+
max_inflight: 100,
261261
max_recycled_nonces: 50,
262262
eoa_metrics,
263263
kms_client_cache,

0 commit comments

Comments
 (0)