Skip to content

Commit

Permalink
fix default value for mongo.spaces in coordinator conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mighty-sponge committed Sep 12, 2024
1 parent 07cd80d commit c7a8bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion any-sync-network/cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ func defaultCoordinatorNode() CoordinatorNodeConfig {
Spaces string "yaml:\"spaces\""
}{
Log: "log",
Spaces: "space",
Spaces: "spaces",
},
SpaceStatus: struct {
RunSeconds int "yaml:\"runSeconds\""
Expand Down

0 comments on commit c7a8bf7

Please sign in to comment.