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:
parent
656b487d33
commit
b2642458f9
@ -43,6 +43,7 @@ func DefaultConfig() PluginConfig {
|
|||||||
Options: new(toml.Primitive),
|
Options: new(toml.Primitive),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
DisableSnapshotAnnotations: true,
|
||||||
},
|
},
|
||||||
DisableTCPService: true,
|
DisableTCPService: true,
|
||||||
StreamServerAddress: "127.0.0.1",
|
StreamServerAddress: "127.0.0.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user