git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
d47f6e0
)
modules/freifunk: fix interval value after XHR.poll() change
author
Jo-Philipp Wich
<redacted>
Sun, 2 Oct 2011 10:03:43 +0000
(10:03 +0000)
committer
Jo-Philipp Wich
<redacted>
Sun, 2 Oct 2011 10:03:43 +0000
(10:03 +0000)
modules/freifunk/luasrc/view/freifunk/public_status.htm
patch
|
blob
|
history
diff --git
a/modules/freifunk/luasrc/view/freifunk/public_status.htm
b/modules/freifunk/luasrc/view/freifunk/public_status.htm
index 633613e552e73dbe5ecdb2eb9bbeaf3aaef7c534..9cb185688405dc9fa125f7821f7d3c7dab68fdb6 100644
(file)
--- a/
modules/freifunk/luasrc/view/freifunk/public_status.htm
+++ b/
modules/freifunk/luasrc/view/freifunk/public_status.htm
@@
-25,11
+25,9
@@
local mem = string.format(
-- update interval
local bogomips = bogomips or 100
-local interval
+local interval
= 10
if bogomips > 350 then
- interval = "5000"
-else
- interval = "10000"
+ interval = 5
end
-- wireless
git clone https://git.99rst.org/PROJECT