Skip to content

Commit

Permalink
chore(monitor/xfeemngr): increase sync interval
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhalliday committed Oct 30, 2024
1 parent 8d6a6ee commit 6bf9269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor/xfeemngr/xfeemngr.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type Config struct {

const (
// feeOracleSyncInterval is the interval at which fee oracles syncs buffered gas and token prices with FeeOracle deployments.
feeOracleSyncInterval = 5 * time.Minute
feeOracleSyncInterval = 20 * time.Minute

// tokenPriceBufferThreshold is the pct threshold at which a new token price is buffered.
tokenPriceBufferThreshold = 0.1
Expand Down

0 comments on commit 6bf9269

Please sign in to comment.