From 9ab70573c0b5cc5c0aa625459d29ae5de6f0ac2c Mon Sep 17 00:00:00 2001 From: Alexander Bazo Date: Mon, 14 Oct 2019 08:36:41 +0200 Subject: [PATCH] Increase gaze update interval --- lib/config/ServerConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/ServerConfig.js b/lib/config/ServerConfig.js index 81170c3..40bbf76 100644 --- a/lib/config/ServerConfig.js +++ b/lib/config/ServerConfig.js @@ -15,7 +15,7 @@ class ServerConfig { port = process.env.PORT || 2568; socialRoute = "/"; monitorRoute = "/colyseus"; - updateInterval = 1000/60; + updateInterval = 1000/32; viewerRoute = "/viewer"; viewerPath = "./www"; viewerRoomName = "image_viewer"; -- libgit2 0.26.0