mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1177143 - Throttle HUD memory collection to 2 seconds. r=jryans
This commit is contained in:
parent
0ac8bf913e
commit
63f1645b7c
@ -685,7 +685,7 @@ let memoryWatcher = {
|
||||
});
|
||||
}
|
||||
|
||||
let timer = setTimeout(() => this.measure(target), 800);
|
||||
let timer = setTimeout(() => this.measure(target), 2000);
|
||||
this._timers.set(target, timer);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user