1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Minor fixes to the throughput

This commit is contained in:
tobspr
2020-06-27 16:40:51 +02:00
parent 84417b60a5
commit de0b305276
4 changed files with 36 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ export const globalConfig = {
// Production analytics
statisticsGraphDpi: 2.5,
statisticsGraphSlices: 100,
analyticsSliceDurationSeconds: 10,
analyticsSliceDurationSeconds: G_IS_DEV ? 1 : 10,
minimumTickRate: 25,
maximumTickRate: 500,