Update make snapshot annotations disabled by default

This experimental feature should not be enabled by default as
it is not used by any default snapshotters.

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan 2020-10-27 21:32:25 -07:00
parent 656b487d33
commit b2642458f9
No known key found for this signature in database
GPG Key ID: F58C5D0A4405ACDB

View File

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