mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-20 17:59:50 +00:00
fixme
This commit is contained in:
@ -307,6 +307,7 @@ struct Router {
|
||||
if (connectionTimeoutUs != newTimeoutUs) {
|
||||
connectionTimeoutUs = newTimeoutUs;
|
||||
LI << "Using connection timeout: " << (connectionTimeoutUs / 1'000'000) << " seconds";
|
||||
// FIXME: this won't actually update the cron.repeat() frequency, so no hot reconfigs
|
||||
}
|
||||
|
||||
// load streamGroups
|
||||
|
Reference in New Issue
Block a user