mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
fix: remove unnecessary limit for queueStore (#12491)
There is no good reason to limit ourselves to max_open_fd for queue_store Bonus: Support for publisher confirms
This commit is contained in:
@@ -140,6 +140,12 @@ var (
|
||||
Optional: true,
|
||||
Type: "number",
|
||||
},
|
||||
config.HelpKV{
|
||||
Key: target.AmqpPublisherConfirms,
|
||||
Description: "enable consumer acknowlegement and publisher confirms, use this along with queue_dir for guaranteed delivery of all events",
|
||||
Optional: true,
|
||||
Type: "on|off",
|
||||
},
|
||||
config.HelpKV{
|
||||
Key: target.AmqpQueueDir,
|
||||
Description: queueDirComment,
|
||||
|
||||
Reference in New Issue
Block a user