mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 15:14:36 +00:00
Revert consumer change
This commit is contained in:
parent
a271fde8f5
commit
eb8e770e99
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue