lib/instana/tracing/processor.rb in instana-1.8.2 vs lib/instana/tracing/processor.rb in instana-1.8.3
- old
+ new
@@ -82,10 +82,10 @@
#
def send
return if @queue.empty? || ENV['INSTANA_GEM_TEST']
size = @queue.size
- if size > 100
+ if size > 200
Instana.logger.debug "Trace queue is #{size}"
end
# Scan for any staged but incomplete traces that have now
# completed.