diff --git a/Libraries/Core/Utils/App.cs b/Libraries/Core/Utils/App.cs index 78942e2b..3b935533 100644 --- a/Libraries/Core/Utils/App.cs +++ b/Libraries/Core/Utils/App.cs @@ -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())); }