We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404dfe1 commit 3683591Copy full SHA for 3683591
1 file changed
executors/src/eoa/worker/mod.rs
@@ -180,6 +180,8 @@ where
180
.ok()
181
.unwrap_or(false);
182
183
+ let chain_id = chain.chain_id();
184
+
185
let worker = EoaExecutorWorker {
186
store: scoped,
187
chain,
@@ -189,6 +191,8 @@ where
189
191
190
192
max_inflight: if is_minimal_account {
193
1
194
+ } else if chain_id == 1628 {
195
+ 20
196
} else {
197
self.max_inflight
198
},
0 commit comments