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:
parent
6ecc541bda
commit
776361d038
@ -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