aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/ping.js
diff options
context:
space:
mode:
authorroot <root@einstein.tg15.gathering.org>2015-03-31 18:34:58 +0200
committerroot <root@einstein.tg15.gathering.org>2015-03-31 18:34:58 +0200
commit95fceee877ed34a6104f630c2daf8a908cab6ee4 (patch)
tree8b4ae6e4ccb58d8aa9017df1ac6ddad17da654cd /web/nms.gathering.org/ping.js
parentad8b587583fdb55ff3c43f72edab5ec6c1ea5d43 (diff)
NMS TG15-tweaks
Diffstat (limited to 'web/nms.gathering.org/ping.js')
-rw-r--r--web/nms.gathering.org/ping.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/nms.gathering.org/ping.js b/web/nms.gathering.org/ping.js
index 709bf80..6b6f12d 100644
--- a/web/nms.gathering.org/ping.js
+++ b/web/nms.gathering.org/ping.js
@@ -127,7 +127,7 @@ function rgb_from_latency(latency_ms) {
}
// 10ms is max
- var l = latency_ms / 30.0;
+ var l = latency_ms / 50.0;
if (l >= 2.0) {
return 'rgb(255, 0, 0)';
} else if (l >= 1.0) {