aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2018-05-22 22:48:53 -0500
committeroldmud0 <oldmud0@users.noreply.github.com>2018-05-22 22:48:53 -0500
commita62edeaf53278e19fc865e39e428317e3a49198d (patch)
treeac38869332311d2e5d895aca9f88ddc9c1e914e4
parent3408fc4af20b8c27b14dbc955a2253f72f6fd216 (diff)
Increase update interval even though it's probably wrong
-rw-r--r--webAO/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js
index 5c2332f..f75970d 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -19,7 +19,7 @@ const MUSIC_HOST = AO_HOST + "sounds/music/";
const BAR_WIDTH = 90;
const BAR_HEIGHT = 20;
const CHAR_SELECT_WIDTH = 8;
-const UPDATE_INTERVAL = 80;
+const UPDATE_INTERVAL = 100;
let oldLoading = false;
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|BB|PlayBook|IEMobile|Windows Phone|Kindle|Silk|Opera Mini/i.test(navigator.userAgent)) {