You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f.BoolVar(&debugCluster, "starter.debug-cluster", getEnvVar("DEBUG_CLUSTER", "") !="", "If set, log more information to debug a cluster")
187
195
f.BoolVar(&disableIPv6, "starter.disable-ipv6", !net.IsIPv6Supported(), "If set, no IPv6 notation will be used. Use this only when IPv6 address family is disabled")
188
196
f.BoolVar(&enableSync, "starter.sync", false, "If set, the starter will also start arangosync instances")
197
+
f.DurationVar(&instanceUpTimeout, "starter.instance-up-timeout", defaultInstanceUpTimeout, "Timeout to wait for an instance start")
189
198
190
199
pf.BoolVar(&verbose, "log.verbose", false, "Turn on debug logging")
191
200
pf.BoolVar(&logOutput.Console, "log.console", true, "Send log output to console")
0 commit comments