Skip to content

Commit 16e32b9

Browse files
committed
Startup task tweaks
1 parent 1d86e7f commit 16e32b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Helpers/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public static void ScheduleCharge()
9393

9494
td.Settings.StopIfGoingOnBatteries = false;
9595
td.Settings.DisallowStartIfOnBatteries = false;
96-
td.Settings.ExecutionTimeLimit = TimeSpan.Zero;
96+
td.Settings.ExecutionTimeLimit = TimeSpan.FromSeconds(30);
9797

9898
try
9999
{

0 commit comments

Comments
 (0)