Update network history config option
This commit is contained in:
@@ -250,10 +250,10 @@ func registerConfiguration() error { //nolint:maintidx
|
|||||||
err = config.Register(&config.Option{
|
err = config.Register(&config.Option{
|
||||||
Name: "Enable Connection History",
|
Name: "Enable Connection History",
|
||||||
Key: CfgOptionEnableHistoryKey,
|
Key: CfgOptionEnableHistoryKey,
|
||||||
Description: "Whether or not to save connections to the history database",
|
Description: "Save connections in a database (on disk) in order to view and search them later. Changes might take a couple minutes to apply to all connections.",
|
||||||
OptType: config.OptTypeBool,
|
OptType: config.OptTypeBool,
|
||||||
ReleaseLevel: config.ReleaseLevelStable,
|
ReleaseLevel: config.ReleaseLevelStable,
|
||||||
ExpertiseLevel: config.ExpertiseLevelExpert,
|
ExpertiseLevel: config.ExpertiseLevelUser,
|
||||||
DefaultValue: false,
|
DefaultValue: false,
|
||||||
Annotations: config.Annotations{
|
Annotations: config.Annotations{
|
||||||
config.DisplayOrderAnnotation: cfgOptionEnableHistoryOrder,
|
config.DisplayOrderAnnotation: cfgOptionEnableHistoryOrder,
|
||||||
|
|||||||
Reference in New Issue
Block a user