From 0d7ddba9fd904b441f9dbe444923f3470aa0996e Mon Sep 17 00:00:00 2001 From: "Zheng, Ping" <82363+pingz@users.noreply.github.com> Date: Tue, 1 Jul 2025 00:48:40 +0800 Subject: [PATCH] fix typo --- lib/mu-server.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mu-server.cc b/lib/mu-server.cc index 3484c612..affacd59 100644 --- a/lib/mu-server.cc +++ b/lib/mu-server.cc @@ -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"),