Skip to content

Commit 2262315

Browse files
committed
Small addition to #442
1 parent bf99de9 commit 2262315

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cognifide.PowerShell/Client/Controls/SpeJobMonitor.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ public void Start(string name, string category, ThreadStart task)
152152
ContextUser = Sitecore.Context.User,
153153
AtomicExecution = false,
154154
EnableSecurity = true,
155-
ClientLanguage = Sitecore.Context.ContentLanguage
155+
ClientLanguage = Sitecore.Context.ContentLanguage,
156+
AfterLife = new TimeSpan(0,0,0,10)
156157
}).Handle;
157158
ScheduleCallback();
158159
}

0 commit comments

Comments
 (0)