You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why TimeoutMillis from scripts.yaml is not being used in the AutoDarkModeSvc/Handlers/ScriptHandler.cs?
According to the service.log, custom script just does not have enough time to execute after reboot/sign out.
The text was updated successfully, but these errors were encountered:
Very good question.
I've fixed the issue, and also changed the timout behavior.
Timeouts now need to be set on a per-script basis.
This allows us to adjust the base value as needed, and also gives users better individual control over script maximum runtimes.
Please test it out and report back!
I've updated the wiki entry to reflect the changes.
Question
Why
![image](https://user-images.githubusercontent.com/40523001/166910110-6c749c9a-7264-4e31-85f5-19c08ad40996.png)
TimeoutMillis
fromscripts.yaml
is not being used in the AutoDarkModeSvc/Handlers/ScriptHandler.cs?According to the
service.log
, custom script just does not have enough time to execute after reboot/sign out.The text was updated successfully, but these errors were encountered: