]> git.cworth.org Git - sup/blobdiff - bin/sup
ui responsiveness tweaks
[sup] / bin / sup
diff --git a/bin/sup b/bin/sup
index bbb6c1711a7d5f580530a95859b4853649bf69c9..de0572cfda2cda7f83ebcc33597db5a2a72331ab 100755 (executable)
--- a/bin/sup
+++ b/bin/sup
@@ -58,6 +58,7 @@ if $opts[:list_hooks]
 end
 
 Thread.abort_on_exception = true # make debugging possible
+Thread.current.priority = 1 # keep ui responsive
 
 module Redwood