fix: show sub-ms precision for Phase 0 timing in search logs

This commit is contained in:
2026-03-29 21:54:09 -04:00
parent fd29a6c99d
commit 6274b74940
+1 -1
View File
@@ -338,7 +338,7 @@ func (e *Service) Search(query string) (*MBSearchResult, error) {
e.logger.Info("search phase 0 complete (index)",
"query", query,
"hits", len(indexHits),
"elapsed", p0Dur.Round(time.Millisecond),
"elapsed", p0Dur,
)
// Phase 1: concurrent MB search (3 goroutines) with a deadline