This commit is contained in:
Zheng, Ping
2025-07-01 00:48:40 +08:00
parent 507925ca4b
commit 0d7ddba9fd

View File

@ -828,7 +828,7 @@ Server::Private::do_index(const Indexer::Config& conf)
{
StopWatch sw{"indexing"};
indexer().start(conf);
std::chrono::milliseconds sleep_duration(125); // initial 20ms
std::chrono::milliseconds sleep_duration(125); // initial 125ms
while (indexer().is_running()) {
std::this_thread::sleep_for(sleep_duration);
output_sexp(get_stats(indexer().progress(), "running"),