Skip to content

Commit

Permalink
trying different config
Browse files Browse the repository at this point in the history
  • Loading branch information
amirylm committed Mar 14, 2024
1 parent 39f9766 commit 7dfb7b9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ func (o *LogTriggersOptions) Defaults(finalityDepth int64) {
o.FinalityDepth = finalityDepth
}
if o.BlockRate == 0 {
o.BlockRate = 1
o.BlockRate = 2
}
if o.LogLimitLow == 0 {
o.LogLimitLow = 5
o.LogLimitLow = 2
}
if o.LogLimitHigh == 0 {
o.LogLimitHigh = o.LogLimitLow * 2
o.LogLimitHigh = 5 // o.LogLimitHigh * 2
}
}

0 comments on commit 7dfb7b9

Please sign in to comment.