Removed hardcoded but obsolete Task Scheduler timeout (#9994)

pull/10001/head
Simon Amelunxen 6 years ago committed by GitHub
parent 96e3def294
commit 11861fc7d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -70,7 +70,7 @@ $xml = [xml]@'
<Hidden>false</Hidden>
<RunOnlyIfIdle>false</RunOnlyIfIdle>
<WakeToRun>false</WakeToRun>
<ExecutionTimeLimit>PT24H</ExecutionTimeLimit>
<ExecutionTimeLimit>PT0S</ExecutionTimeLimit>
<Priority>4</Priority>
</Settings>
<Actions Context="Author">

Loading…
Cancel
Save