Log last meta-data in controller, and ease up just a bit on keepalives.

This commit is contained in:
Adam Ierymenko 2016-11-09 17:11:10 -08:00
parent e1c930f1b7
commit 5ebf5077f5
2 changed files with 3 additions and 3 deletions

View file

@ -622,8 +622,8 @@ NetworkController::ResultCode EmbeddedNetworkController::doNetworkConfigRequest(
member["recentLog"] = recentLog;
}
// Update last modified time
member["lastModified"] = now;
member["lastRequestMetaData"] = metaData.data();
// If they are not authorized, STOP!
if (!authorizedBy) {