modules/freifunk: fix interval value after XHR.poll() change

This commit is contained in:
Jo-Philipp Wich 2011-10-02 10:03:43 +00:00
parent d47f6e0086
commit 86f63627b6

View file

@ -25,11 +25,9 @@ local mem = string.format(
-- update interval -- update interval
local bogomips = bogomips or 100 local bogomips = bogomips or 100
local interval local interval = 10
if bogomips > 350 then if bogomips > 350 then
interval = "5000" interval = 5
else
interval = "10000"
end end
-- wireless -- wireless