mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
this now prints a message
This commit is contained in:
parent
660428d5fb
commit
11e6d2d9a5
1 changed files with 4 additions and 0 deletions
|
|
@ -112,6 +112,10 @@ func serverFlagSet(srv *server.Config, prefix string) *pflag.FlagSet {
|
|||
// RBF specific flags. See pilosa/rbf/cfg/cfg.go for definitions.
|
||||
srv.RBFConfig.DefineFlags(flags, prefix)
|
||||
|
||||
pfalse := false
|
||||
flags.BoolVar(&pfalse, pre("sql.endpoint-enabled"), false, "Enable FeatureBase SQL /sql endpoint (default false)")
|
||||
flags.MarkDeprecated("sql.endpoint-enabled", "sql.endpoint-enabled is deprecated")
|
||||
|
||||
flags.DurationVar(&srv.CheckInInterval, pre("check-in-interval"), srv.CheckInInterval, "Interval between check-ins to the Controller")
|
||||
|
||||
// Future flags.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue