We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6136bf6 commit 137cab6Copy full SHA for 137cab6
config/config.go
@@ -27,7 +27,7 @@ type Grid struct {
27
BusyNodeDuration string `json:"busy_node_duration"`
28
// todo: выпилить и сделать равным дедлайну http запроса
29
ReservedDuration string `json:"reserved_node_duration"`
30
- FixNodeTimeout string `json:"fix_node_timeout"`
+ FixNodeTimeout string `json:"fix_node_timeout,omitempty"`
31
}
32
33
// Strategy - Describes the algorithm of node selection.
0 commit comments