[kdevelop/kdevelop] kdevplatform/language/duchain: DUChain: lower cleanup internal to 60 seconds
Jarmo Tiitto <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit beb048a1378af32deea8433c1bb004b4c3b7cacb by Jarmo Tiitto.
Committed on 02/08/2026 at 13:13.
Pushed by jatothrim into branch 'master'.
DUChain: lower cleanup internal to 60 seconds
M +1 -1 kdevplatform/language/duchain/duchainprivate.h
https://invent.kde.org/kdevelop/kdevelop/-/commit/beb048a1378af32deea8433c1bb004b4c3b7cacb
diff --git a/kdevplatform/language/duchain/duchainprivate.h b/kdevplatform/language/duchain/duchainprivate.h
index 13dcd1aead..78703c4062 100644
--- a/kdevplatform/language/duchain/duchainprivate.h
+++ b/kdevplatform/language/duchain/duchainprivate.h
@@ -66,7 +66,7 @@ namespace {
const int SOFT_CLEANUP_STEPS = 1;
// seconds to wait before trying to cleanup the DUChain
-const uint cleanupEverySeconds = 200;
+constexpr uint cleanupEverySeconds = 60;
}
namespace KDevelop {