Skip to content

Commit

Permalink
chore: increase status client timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Oct 1, 2024
1 parent a7288d2 commit 657d774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/indexer_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (
NewBlockWaitTimeout = 60 * time.Second

statusClientMaxRetryInterval = time.Second * 10
statusClientTimeout = time.Hour * 3
statusClientTimeout = time.Hour * 48
)

// EVMIndexerService indexes transactions for json-rpc service.
Expand Down

0 comments on commit 657d774

Please sign in to comment.