add a sleep to the interactor thread, because it's healthy to take a break every once in a while

This commit is contained in:
John Bintz 2011-09-30 11:22:35 -04:00
parent 6ecc541bda
commit 776361d038

View File

@ -45,6 +45,7 @@ module Guard
::Guard.run_all ::Guard.run_all
end end
end end
sleep 0.1
rescue LockException rescue LockException
lock lock
rescue UnlockException rescue UnlockException