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:
		@@ -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",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user