diff options
-rw-r--r-- | code/scheduler.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/scheduler.rb b/code/scheduler.rb index 8624c18a..3644f681 100644 --- a/code/scheduler.rb +++ b/code/scheduler.rb @@ -12,7 +12,7 @@ module Scheduler @active = false @thread ||= Thread.new do - Thread.current.priority = PRIORITY +# Thread.current.priority = PRIORITY while true sleep 0.1 if @active and not @scheduled.empty? |