We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b088c1 commit ea8a0adCopy full SHA for ea8a0ad
common/output-model.cpp
@@ -91,7 +91,7 @@ output_model::~output_model()
91
fw_logger.join();
92
}
93
94
-output_model::output_model() : fw_logger([this](){ thread_loop(); })
+output_model::output_model() : fw_logger([this](){ thread_loop(); }) , incoming_log_queue(100)
95
{
96
is_output_open = config_file::instance().get_or_default(
97
configurations::viewer::output_open, false);
0 commit comments