Merge pull request #145 from johnbintz/master
Fix over-utilization of CPU in Interactor
This commit is contained in:
commit
b36bea28f3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user