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 fa21664 commit cccc454Copy full SHA for cccc454
consumer/push_consumer.go
@@ -492,7 +492,7 @@ func (pc *pushConsumer) validate() {
492
}
493
494
495
- if pc.option.PullInterval < 0 || pc.option.PullInterval > 65535 {
+ if pc.option.PullInterval < 0 || pc.option.PullInterval > 65535*time.Millisecond {
496
rlog.Error("option.PullInterval out of range [0, 65535]", nil)
497
498
0 commit comments