Lint
This commit is contained in:
parent
f56e79ed1f
commit
58ed7c0093
@ -18,7 +18,7 @@ RendererStatsReporter.prototype.start = function () {
|
||||
this.renderersStatsIntervalId = setInterval(() => {
|
||||
const rendererStats = this.rendererCache.getStats();
|
||||
|
||||
for (let [stat, value] of rendererStats) {
|
||||
for (const [stat, value] of rendererStats) {
|
||||
if (stat.startsWith('rendercache')) {
|
||||
global.statsClient.gauge(`windshaft.${stat}`, value);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user