Skip to content

Commit

Permalink
decrease update interval
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Nov 13, 2024
1 parent 63128fa commit f714dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonrpc/backend/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func (b *JSONRPCBackend) feeFetcher() {
return nil
}

ticker := time.NewTicker(10 * time.Second)
ticker := time.NewTicker(5 * time.Second)
defer ticker.Stop()

for {
Expand Down

0 comments on commit f714dff

Please sign in to comment.