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()
159
161
160
162
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.").
161
-
Default("0.9").Float64()
163
+
Default("0.9").Float64()
162
164
163
165
clusterBindAddr=kingpin.Flag("cluster.listen-address", "Listen address for cluster. Set to empty string to disable HA mode.").
164
-
Default(defaultClusterAddr).String()
166
+
Default(defaultClusterAddr).String()
165
167
clusterAdvertiseAddr=kingpin.Flag("cluster.advertise-address", "Explicit address to advertise in cluster.").String()
166
168
peers=kingpin.Flag("cluster.peer", "Initial peers (may be repeated).").Strings()
167
169
peerTimeout=kingpin.Flag("cluster.peer-timeout", "Time to wait between peers to send notifications.").Default("15s").Duration()
0 commit comments