mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-01 11:02:14 +00:00
86e5ebb258
The gate is per-server operator state, so it is read from server configuration at every construction site and never serialized: a stored config that claims it is not believed, and enabling it once on one node cannot leak into the cluster-wide config every other node reloads. Refs rustfs/backlog#1585