Skip to content

Commit

Permalink
Merge pull request #490 from uprendis/feature/smoother-reactive-gasprice
Browse files Browse the repository at this point in the history
Smoother reactive gasprice
  • Loading branch information
uprendis authored Jul 27, 2023
2 parents b097438 + d6276c4 commit 15782e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossip/gasprice/reactive.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
const (
percentilesPerStat = 20
statUpdatePeriod = 1 * time.Second
statsBuffer = int((12 * time.Second) / statUpdatePeriod)
statsBuffer = int((24 * time.Second) / statUpdatePeriod)
maxGasToIndex = 40000000
)

Expand Down

0 comments on commit 15782e6

Please sign in to comment.