mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Add cache config for configuration comparison (#5812)
This commit is contained in:
@@ -580,7 +580,10 @@ type serverConfigV22 struct {
|
||||
Notify notifier `json:"notify"`
|
||||
}
|
||||
|
||||
// serverConfigV23 is just like version '22' with addition of cache field
|
||||
// serverConfigV23 is just like version '22' with addition of cache field.
|
||||
//
|
||||
// IMPORTANT NOTE: When updating this struct make sure that
|
||||
// serverConfig.ConfigDiff() is updated as necessary.
|
||||
type serverConfigV23 struct {
|
||||
Version string `json:"version"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user