We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfa292 commit 657e3f4Copy full SHA for 657e3f4
request/pending.go
@@ -329,7 +329,7 @@ func (ps *PendingStore) Submit(request []byte) error {
329
330
reqID := ps.Inspector.RequestID(request)
331
332
- if ps.now().Sub(ps.lastSecondStrike()) <= 2*ps.SecondStrikeThreshold {
+ if ps.now().Sub(ps.lastSecondStrike()) <= 3*ps.SecondStrikeThreshold {
333
return errors.Errorf("there was a second strike not long ago")
334
}
335
0 commit comments