mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 989263 - Reduce Developer HUD polling frequency for USS. r=21
This commit is contained in:
parent
bf9fcea41e
commit
ad4a6437e2
@ -554,7 +554,7 @@ let memoryWatcher = {
|
||||
});
|
||||
}
|
||||
|
||||
let timer = setTimeout(() => this.measure(target), 300);
|
||||
let timer = setTimeout(() => this.measure(target), 500);
|
||||
this._timers.set(target, timer);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user