mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 21:50:22 +03: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:
@@ -506,7 +506,6 @@ func (c Config) Merge() Config {
|
||||
rnSubSys, ok := renamedSubsys[subSys]
|
||||
if !ok {
|
||||
// A config subsystem was removed or server was downgraded.
|
||||
Logger.Info("config: ignoring unknown subsystem config %q\n", subSys)
|
||||
continue
|
||||
}
|
||||
// Copy over settings from previous sub-system
|
||||
|
||||
Reference in New Issue
Block a user