Browse Source

updated perf update time

tags/perflog-1
Shaun Kichenbrand 5 years ago
parent
commit
8bc7a27124
2 changed files with 1 additions and 1 deletions
  1. +0
    -0
     
  2. +1
    -1
      src/server/misc/perflog.js

+ 0
- 0
View File


+ 1
- 1
src/server/misc/perflog.js View File

@@ -1,6 +1,6 @@
const fs = require('fs');

const ticksPerLog = 17;
const ticksPerLog = 171;
let ticksLeft = ticksPerLog;
let logCount = 0;



Loading…
Cancel
Save