]> git.cworth.org Git - sup/blobdiff - bin/sup
Merge branch 'preemptive-loading' into next
[sup] / bin / sup
diff --git a/bin/sup b/bin/sup
index cdf1ff24169cc5b1da1e27d2cf4f03ac2969daa6..5049879cd16432661bb46fb8176b008f89c1eab2 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