lib/rainbows/revactor.rb in rainbows-5.1.1 vs lib/rainbows/revactor.rb in rainbows-5.2.0
- old
+ new
@@ -73,11 +73,11 @@
end while nr > 0
end
end
Actor.sleep 1 while Rainbows.tick || nr > 0
- rescue Errno::EMFILE
- # ignore, let another worker process take it
+ rescue Errno::EMFILE
+ # ignore, let another worker process take it
end
def revactorize_listeners #:nodoc:
LISTENERS.map do |s|
case s