mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Implement Max Queue and Max Batch size when publishing
MaxPublishBatchSize must be set, but MaxQueueSize can be set to 0 to disable check of the rabbitmq queue size
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
"Password": "guest",
|
||||
"QueueName": "test-queue",
|
||||
"Durable": true,
|
||||
"MaxQueueSize": 1000,
|
||||
"MaxPublishBatchSize": 100,
|
||||
"MaxQueueSize": 0,
|
||||
"MaxPublishBatchSize": 1,
|
||||
"PublishIntervalInSeconds": 10
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user