Two questions on Workers:
- Is there any way to allow a user to change Worker.CorePercent or Worker.MaximumCoreCount in my macOS and Windows app? Asking as some users may want my app to run the process ASAP and not do anything else on the machine, while others may want to have it run using less resources in the background.
- If I set Worker.CorePercent to 75, is there any issue setting Worker.MaximumCoreCount to 99 to allow users that have lots of cores to make use of them?
Thanks