Skip to content

Commit e2fd9a8

Browse files
committed
Increase eoaActivityCacheTTL to 30 seconds
1 parent 27d2204 commit e2fd9a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/requester/batch_tx_pool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525

2626
const (
2727
eoaActivityCacheSize = 10_000
28-
eoaActivityCacheTTL = 10 * time.Second
28+
eoaActivityCacheTTL = 30 * time.Second
2929
)
3030

3131
type pooledEvmTx struct {

0 commit comments

Comments
 (0)