[fluksod] profiling shows that we can restore the wan buffer params to their original values

This commit is contained in:
Bart Van Der Meerssche 2011-05-01 20:25:33 +02:00
parent 6eb69c9a9b
commit 0228537ed5
1 changed files with 2 additions and 2 deletions

View File

@ -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'