mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-31 21:32:46 +00:00
Use work queue policy, deliver all on restart
This commit is contained in:
parent
03a989d5c9
commit
9ddb8749c1
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ var (
|
|||
var streams = []*nats.StreamConfig{
|
||||
{
|
||||
Name: InputRoomEvent,
|
||||
Retention: nats.InterestPolicy,
|
||||
Retention: nats.WorkQueuePolicy,
|
||||
Storage: nats.FileStorage,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue