diff options
| author | Dan Engelbrecht <[email protected]> | 2026-02-20 10:31:31 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-02-20 10:31:31 +0100 |
| commit | 80bc5a53fe9077bc20d287b912f6476db233110c (patch) | |
| tree | 6e32fc6818949faf06d1f00c394b8a40e17714ef /src/zenremotestore/builds/buildstorageoperations.cpp | |
| parent | fix plain progress bar (#768) (diff) | |
| download | zen-80bc5a53fe9077bc20d287b912f6476db233110c.tar.xz zen-80bc5a53fe9077bc20d287b912f6476db233110c.zip | |
fix builds download indexing timer (#769)
* fix build download indexing timer log
Diffstat (limited to 'src/zenremotestore/builds/buildstorageoperations.cpp')
| -rw-r--r-- | src/zenremotestore/builds/buildstorageoperations.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/zenremotestore/builds/buildstorageoperations.cpp b/src/zenremotestore/builds/buildstorageoperations.cpp index ade431393..72e06767a 100644 --- a/src/zenremotestore/builds/buildstorageoperations.cpp +++ b/src/zenremotestore/builds/buildstorageoperations.cpp @@ -579,13 +579,6 @@ BuildsOperationUpdateFolder::Execute(FolderContent& OutLocalFolderState) CreateDirectories(m_TempDownloadFolderPath); CreateDirectories(m_TempBlockFolderPath); - Stopwatch IndexTimer; - - if (!m_Options.IsQuiet) - { - ZEN_OPERATION_LOG_INFO(m_LogOutput, "Indexed local and remote content in {}", NiceTimeSpanMs(IndexTimer.GetElapsedTimeMs())); - } - Stopwatch CacheMappingTimer; std::vector<std::atomic<uint32_t>> SequenceIndexChunksLeftToWriteCounters(m_RemoteContent.ChunkedContent.SequenceRawHashes.size()); |