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
|
||||
end
|
||||
end
|
||||
sleep 0.1
|
||||
rescue LockException
|
||||
lock
|
||||
rescue UnlockException
|
||||
|
Loading…
Reference in New Issue
Block a user