From 0228537ed58c324b4ea04da2c604709722b0abeb Mon Sep 17 00:00:00 2001 From: Bart Van Der Meerssche Date: Sun, 1 May 2011 20:25:33 +0200 Subject: [PATCH] [fluksod] profiling shows that we can restore the wan buffer params to their original values --- mote/v2/openwrt/package/flukso/luasrc/fluksod.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mote/v2/openwrt/package/flukso/luasrc/fluksod.lua b/mote/v2/openwrt/package/flukso/luasrc/fluksod.lua index c524db9..e4e269e 100755 --- a/mote/v2/openwrt/package/flukso/luasrc/fluksod.lua +++ b/mote/v2/openwrt/package/flukso/luasrc/fluksod.lua @@ -61,9 +61,9 @@ local WAN_FILTER = { [1] = {}, [2] = {}, [3] = {} } WAN_FILTER[1].span = 60 WAN_FILTER[1].offset = 0 WAN_FILTER[2].span = 900 -WAN_FILTER[2].offset = 3600 +WAN_FILTER[2].offset = 7200 WAN_FILTER[3].span = 86400 -WAN_FILTER[3].offset = 86400 +WAN_FILTER[3].offset = 172800 local WAN_BASE_URL = FLUKSO.daemon.wan_base_url .. 'sensor/' local WAN_KEY = '0123456789abcdef0123456789abcdef'