mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-25 19:21:41 +03:00
increase Tasks GarbageCollector interval at 30secs
This commit is contained in:
parent
dfcd3e2452
commit
7a31e52614
@ -334,7 +334,7 @@ Item {
|
||||
//! a big interval from the last addition it is safe
|
||||
Timer {
|
||||
id: arraysGarbageCollectorTimer
|
||||
interval: 7 * 1000
|
||||
interval: 30 * 1000
|
||||
onTriggered: {
|
||||
console.log(" TASKS EXTENDED MANAGER Garbage Collector...");
|
||||
tasksExtManager.printImmediateLaunchers();
|
||||
|
Loading…
Reference in New Issue
Block a user