Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletXF committed Mar 14, 2024
1 parent 984aa00 commit 55e9948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 55e9948

Please sign in to comment.