]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
* markov: lowered the priority of the learning thread
authordmitry kim <jason@nichego.net>
Mon, 30 Jun 2008 13:58:01 +0000 (17:58 +0400)
committerdmitry kim <jason@nichego.net>
Mon, 30 Jun 2008 13:58:01 +0000 (17:58 +0400)
data/rbot/plugins/markov.rb

index 8abf0e584902f32dec8711ceeaf27c9975458bca..7bcf7b416d23fb9d44a897071e1c3dd50d04320d 100644 (file)
@@ -39,6 +39,7 @@ class MarkovPlugin < Plugin
         sleep 0.5
       end
     end
+    @learning_thread.priority = -1
   end
 
   def cleanup