mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Update test_async.cpp
This commit is contained in:
@@ -98,7 +98,7 @@ TEST_CASE("multithread flush", "[async]") {
|
||||
size_t queue_size = 2;
|
||||
size_t messages = 10;
|
||||
size_t n_threads = 10;
|
||||
size_t flush_count = 1024;
|
||||
size_t flush_count = 2048;
|
||||
std::mutex mtx;
|
||||
std::vector<std::string> errmsgs;
|
||||
{
|
||||
|
Reference in New Issue
Block a user