Skip to content

Commit

Permalink
no timeout on mempool experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed Jan 13, 2025
1 parent c01b591 commit 0073d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/enclave/components/txpool.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (
)

// this is how long the node waits to receive the second batch
var startMempoolTimeout = 90 * time.Second
var startMempoolTimeout = 90 * time.Minute

// TxPool is an obscuro wrapper around geths transaction pool
type TxPool struct {
Expand Down

0 comments on commit 0073d76

Please sign in to comment.