Allow an option set_realtime_priority() to revert

This commit is contained in:
Robbert van der Helm
2021-01-11 14:04:54 +01:00
parent 5855ffbe85
commit e3ea1dd2fe
5 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ class PluginBridge {
info.windows_plugin_path.string(),
.endpoint_base_dir =
sockets.base_dir.string()}))),
has_realtime_priority(set_realtime_priority()),
has_realtime_priority(set_realtime_priority(true)),
wine_io_handler([&]() { io_context.run(); }) {}
virtual ~PluginBridge(){};