There was an error while loading. Please reload this page.
1 parent 27d2204 commit e2fd9a8Copy full SHA for e2fd9a8
1 file changed
services/requester/batch_tx_pool.go
@@ -25,7 +25,7 @@ import (
25
26
const (
27
eoaActivityCacheSize = 10_000
28
- eoaActivityCacheTTL = 10 * time.Second
+ eoaActivityCacheTTL = 30 * time.Second
29
)
30
31
type pooledEvmTx struct {
0 commit comments