Bug 989263 - Reduce Developer HUD polling frequency for USS. r=21

This commit is contained in:
Jan Keromnes 2014-08-05 06:45:00 -04:00
parent bf9fcea41e
commit ad4a6437e2

View File

@ -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);
},