lib/zold/node/spread_entrance.rb in zold-0.14.1 vs lib/zold/node/spread_entrance.rb in zold-0.14.2

- old
+ new

@@ -65,10 +65,10 @@ @seen = Set.new @modified = Queue.new @push = Thread.start do Thread.current.abort_on_exception = true Thread.current.name = 'push' - VerboseThread.new(@log).run do + VerboseThread.new(@log).run(true) do loop do id = @modified.pop if @remotes.all.empty? @log.info("There are no remotes, won\'t spread #{id}") else