Add an environment variable for disabling watchdog

This should only be used when running the Wine process under a separate
namespace.
This commit is contained in:
Robbert van der Helm
2021-06-16 01:25:20 +02:00
parent 4d58adb83f
commit 4c009cb670
3 changed files with 38 additions and 2 deletions
+5
View File
@@ -654,6 +654,11 @@ the yabridge [Discord](https://discord.gg/pyNeweqadf).
[plugin groups](#plugin-groups) to run multiple instances of your most
frequently used plugins within a single process.
- If you're using a `WINELOADER` that runs the Wine process under a separate
namespace while the host is not sandboxed, then you'll have to use the
`YABRIDGE_NO_WATCHDOG` environment variable to disable the watchdog timer. If
you know what this means then you probably know what you're doing.
## Performance tuning
Running Windows plugins under Wine should have a minimal performance overhead,