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 85a2b87 commit c3b3789Copy full SHA for c3b3789
1 file changed
src/apps/mesh/cmd_router.cpp
@@ -307,6 +307,7 @@ struct Router {
307
if (connectionTimeoutUs != newTimeoutUs) {
308
connectionTimeoutUs = newTimeoutUs;
309
LI << "Using connection timeout: " << (connectionTimeoutUs / 1'000'000) << " seconds";
310
+ // FIXME: this won't actually update the cron.repeat() frequency, so no hot reconfigs
311
}
312
313
// load streamGroups
0 commit comments