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 1d86e7f commit 16e32b9Copy full SHA for 16e32b9
app/Helpers/Startup.cs
@@ -93,7 +93,7 @@ public static void ScheduleCharge()
93
94
td.Settings.StopIfGoingOnBatteries = false;
95
td.Settings.DisallowStartIfOnBatteries = false;
96
- td.Settings.ExecutionTimeLimit = TimeSpan.Zero;
+ td.Settings.ExecutionTimeLimit = TimeSpan.FromSeconds(30);
97
98
try
99
{
0 commit comments