Skip to content

Commit

Permalink
Fixes #826 (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
owent authored Jun 7, 2021
1 parent f88877c commit 12946c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/src/trace/batch_span_processor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ void BatchSpanProcessor::DoBackgroundWork()
// mechanism effort here.
if (buffer_.empty() == true)
{
timeout = schedule_delay_millis_;
continue;
}
}
Expand Down

0 comments on commit 12946c8

Please sign in to comment.