Skip to content

Commit ea8a0ad

Browse files
committed
Increase logs queue size
1 parent 8b088c1 commit ea8a0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/output-model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ output_model::~output_model()
9191
fw_logger.join();
9292
}
9393

94-
output_model::output_model() : fw_logger([this](){ thread_loop(); })
94+
output_model::output_model() : fw_logger([this](){ thread_loop(); }) , incoming_log_queue(100)
9595
{
9696
is_output_open = config_file::instance().get_or_default(
9797
configurations::viewer::output_open, false);

0 commit comments

Comments
 (0)