From c7a1d9e368d20b1eeaff2b19d8bdafe2ec6375aa Mon Sep 17 00:00:00 2001 From: David Peer Date: Sat, 19 Feb 2022 14:24:34 +0100 Subject: [PATCH] Back to 10 sec. refresh rate --- apps/neonx/neonx.app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/neonx/neonx.app.js b/apps/neonx/neonx.app.js index 02e228a03..bbc1bfeda 100644 --- a/apps/neonx/neonx.app.js +++ b/apps/neonx/neonx.app.js @@ -50,7 +50,7 @@ const screenWidth = g.getWidth(); const screenHeight = g.getHeight(); const halfWidth = screenWidth / 2; const scale = screenWidth / 240; -const REFRESH_RATE = 30E3; +const REFRESH_RATE = 10E3; let interval = 0; let showingDate = false;