From 55e9948dee09d830721a0eeec6987e83863371ce Mon Sep 17 00:00:00 2001 From: VioletXF Date: Thu, 14 Mar 2024 21:18:20 +0900 Subject: [PATCH] Fix comment --- example/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/main.cpp b/example/main.cpp index 9d79260..fe3fa24 100644 --- a/example/main.cpp +++ b/example/main.cpp @@ -286,7 +286,7 @@ bool construct_folder_db(const std::filesystem::path &path) std::wcout << diff.path << L" " << diff.type << std::endl; } std::atomic_bool is_committing = false; - std::atomic_int success_count = 0; // commit every 100 files + std::atomic_int success_count = 0; // commit every 1000 files auto startTime = std::chrono::high_resolution_clock::now();