Skip to content

Commit 5363def

Browse files
committed
lower maxinflight count for 1628
1 parent 404dfe1 commit 5363def

File tree

1 file changed

+4
-0
lines changed
  • executors/src/eoa/worker

1 file changed

+4
-0
lines changed

executors/src/eoa/worker/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ where
180180
.ok()
181181
.unwrap_or(false);
182182

183+
let chain_id = chain.chain_id();
184+
183185
let worker = EoaExecutorWorker {
184186
store: scoped,
185187
chain,
@@ -189,6 +191,8 @@ where
189191

190192
max_inflight: if is_minimal_account {
191193
1
194+
} else if chain_id == 1628 {
195+
20
192196
} else {
193197
self.max_inflight
194198
},

0 commit comments

Comments
 (0)