1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-26 11:21:40 +03:00

increase Tasks GarbageCollector interval at 30secs

This commit is contained in:
Michail Vourlakos 2019-05-24 19:30:55 +03:00
parent dfcd3e2452
commit 7a31e52614

View File

@ -334,7 +334,7 @@ Item {
//! a big interval from the last addition it is safe //! a big interval from the last addition it is safe
Timer { Timer {
id: arraysGarbageCollectorTimer id: arraysGarbageCollectorTimer
interval: 7 * 1000 interval: 30 * 1000
onTriggered: { onTriggered: {
console.log(" TASKS EXTENDED MANAGER Garbage Collector..."); console.log(" TASKS EXTENDED MANAGER Garbage Collector...");
tasksExtManager.printImmediateLaunchers(); tasksExtManager.printImmediateLaunchers();