Skip to content

Commit 137cab6

Browse files
committed
move to config fix_node timeout
config filled with default values
1 parent 6136bf6 commit 137cab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type Grid struct {
2727
BusyNodeDuration string `json:"busy_node_duration"`
2828
// todo: выпилить и сделать равным дедлайну http запроса
2929
ReservedDuration string `json:"reserved_node_duration"`
30-
FixNodeTimeout string `json:"fix_node_timeout"`
30+
FixNodeTimeout string `json:"fix_node_timeout,omitempty"`
3131
}
3232

3333
// Strategy - Describes the algorithm of node selection.

0 commit comments

Comments
 (0)