Skip to content

Commit

Permalink
align config
Browse files Browse the repository at this point in the history
  • Loading branch information
amirylm committed Mar 19, 2024
1 parent 1f578db commit 867336c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ func (o *LogTriggersOptions) Defaults(finalityDepth int64) {
o.BlockRate = 2
}
if o.LogLimitLow == 0 {
o.LogLimitLow = 2
o.LogLimitLow = 4
}
if o.LogLimitHigh == 0 {
o.LogLimitHigh = 5 // o.LogLimitHigh * 2
o.LogLimitHigh = o.LogLimitHigh * 2
}
}

0 comments on commit 867336c

Please sign in to comment.