Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit 61363b3

Browse files
authored
Merge pull request #1602 from estesp/disable-annotations-config
Disable experimental feature in default config
2 parents 38a14da + 99015cc commit 61363b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/config/config_unix.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ func DefaultConfig() PluginConfig {
4343
Options: new(toml.Primitive),
4444
},
4545
},
46+
DisableSnapshotAnnotations: true,
4647
},
4748
DisableTCPService: true,
4849
StreamServerAddress: "127.0.0.1",

0 commit comments

Comments
 (0)