about summary refs log tree commit diff stats
path: root/code
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-06-11 17:01:12 +0200
committerhut <hut@lavabit.com>2009-06-11 17:01:12 +0200
commitcea26b6d270526ffc241d8a38b1f27188a8868c3 (patch)
tree1128e0a6a766b3c38ad9f8aee94952af6351db15 /code
parent622ff1dc92abab26eabf5bea618797f515cbfaa4 (diff)
downloadranger-cea26b6d270526ffc241d8a38b1f27188a8868c3.tar.gz
no priority
Diffstat (limited to 'code')
-rw-r--r--code/scheduler.rb2
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?