mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
Revert consumer change
This commit is contained in:
parent
a271fde8f5
commit
eb8e770e99
@ -120,7 +120,7 @@ func (r *Inputer) Start() error {
|
||||
nats.DeliverAll(),
|
||||
// Ensure that NATS doesn't try to resend us something that wasn't done
|
||||
// within the period of time that we might still be processing it.
|
||||
nats.AckWait((MaximumMissingProcessingTime*2)+(time.Second*10)),
|
||||
nats.AckWait(MaximumMissingProcessingTime+(time.Second*10)),
|
||||
)
|
||||
return err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user