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
httpTimeout=kingpin.Flag("web.timeout", "Timeout for HTTP requests. If negative or zero, no timeout is set.").Default("0").Duration()
161
162
162
163
memlimitRatio=kingpin.Flag("auto-gomemlimit.ratio", "The ratio of reserved GOMEMLIMIT memory to the detected maximum container or system memory. The value must be greater than 0 and less than or equal to 1.").
163
-
Default("0.9").Float64()
164
+
Default("0.9").Float64()
164
165
165
166
clusterBindAddr=kingpin.Flag("cluster.listen-address", "Listen address for cluster. Set to empty string to disable HA mode.").
166
-
Default(defaultClusterAddr).String()
167
+
Default(defaultClusterAddr).String()
167
168
clusterAdvertiseAddr=kingpin.Flag("cluster.advertise-address", "Explicit address to advertise in cluster.").String()
168
169
peers=kingpin.Flag("cluster.peer", "Initial peers (may be repeated).").Strings()
169
170
peerTimeout=kingpin.Flag("cluster.peer-timeout", "Time to wait between peers to send notifications.").Default("15s").Duration()
0 commit comments