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:
parent
dfcd3e2452
commit
7a31e52614
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user