Longer naps for main process

This commit is contained in:
Scott Schneider 2014-06-09 10:36:17 -07:00
parent 7a50fa56e1
commit 61cdf3e2ad

View file

@ -9,6 +9,6 @@ Thread.new { Vmpooler::API.new.execute! }
Thread.new { Vmpooler::PoolManager.new.execute! }
loop do
sleep(1)
sleep(10)
end