Commit d119c85e authored by Dominik Charousset's avatar Dominik Charousset

Use proper constant instead of magic number

parent 7723504f
......@@ -371,7 +371,7 @@ private:
std::fstream file_;
// Filled with log events by other threads.
detail::ringbuffer<event, 128> queue_;
detail::ringbuffer<event, queue_size> queue_;
// Executes `logger::run`.
std::thread thread_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment