diff --git a/src/qml/experimental/monitor.cpp b/src/qml/experimental/monitor.cpp --- a/src/qml/experimental/monitor.cpp +++ b/src/qml/experimental/monitor.cpp @@ -85,7 +85,7 @@ } Q_EMIT newFileIndexed(); - if (m_filesIndexed % (m_scheduler->getBatchSize() * 5) == 0) { + if (m_filesIndexed % 100 == 0) { updateRemainingTime(); } }