CheckInInterval tests working

This commit is contained in:
Matthew R Kasun
2021-04-19 11:56:57 -04:00
parent e4744a6279
commit 420bfe0f6b
2 changed files with 10 additions and 15 deletions

View File

@@ -234,7 +234,7 @@ func keyUpdate(w http.ResponseWriter, r *http.Request) {
{"nodeslastmodified", network.NodesLastModified},
{"networklastmodified", network.NetworkLastModified},
{"allowmanualsignup", network.AllowManualSignUp},
{"defaultcheckininterval", network.DefaultCheckInInterval},
{"checkininterval", network.DefaultCheckInInterval},
}},
}
@@ -407,7 +407,7 @@ func updateNetwork(w http.ResponseWriter, r *http.Request) {
{"allowmanualsignup", network.AllowManualSignUp},
{"localrange", network.LocalRange},
{"islocal", network.IsLocal},
{"defaultcheckininterval", network.DefaultCheckInInterval},
{"checkininterval", network.DefaultCheckInInterval},
}},
}