Add cache config for configuration comparison (#5812)

This commit is contained in:
Nitish Tiwari
2018-04-13 23:45:19 +05:30
committed by GitHub
parent 75f35b926d
commit 42f775af4f
2 changed files with 6 additions and 1 deletions

View File

@@ -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"`