mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Make storage class config dynamic (#14791)
Updating the storage class is already thread safe, so we can do this safely.
This commit is contained in:
@@ -169,6 +169,7 @@ var SubSystemsDynamic = set.CreateStringSet(
|
||||
LoggerWebhookSubSys,
|
||||
AuditWebhookSubSys,
|
||||
AuditKafkaSubSys,
|
||||
StorageClassSubSys,
|
||||
)
|
||||
|
||||
// SubSystemsSingleTargets - subsystems which only support single target.
|
||||
|
||||
Reference in New Issue
Block a user