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
commit f2e8fda82b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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