Made warn time a const

This commit is contained in:
Chomp
2025-01-24 19:30:40 +00:00
parent 8c6cd21e85
commit ef40e60284
+1 -1
View File
@@ -124,7 +124,7 @@ public class App
else
{
/* temporary for debug */
var warnTime = 20 * 60;
const int warnTime = 20 * 60;
if (secondsSinceLastRun % warnTime == 0) _logger.Debug(_localisationService.GetText("route_onupdate_no_response", updateable.GetRoute()));
}