Merge pull request #4665 from dmcgowan/update-default-snapshot-annotations

Update make snapshot annotations disabled by default
This commit is contained in:
Wei Fu
2020-10-28 21:12:02 +08:00
committed by GitHub

View File

@@ -43,6 +43,7 @@ func DefaultConfig() PluginConfig {
Options: new(toml.Primitive),
},
},
DisableSnapshotAnnotations: true,
},
DisableTCPService: true,
StreamServerAddress: "127.0.0.1",