mirror of
https://github.com/HaodongMo/ARC-9.git
synced 2025-03-04 03:02:58 -05:00
experement: reset long cache once a minute not 10s
This commit is contained in:
parent
ba4846fcc0
commit
a4a2d57c3d
@ -479,7 +479,7 @@ do
|
||||
-- print("Renewing cache for - ", processedValueName)
|
||||
|
||||
|
||||
self.PV_CacheLong[processedValueName].time = upct + 10 -- idk whats number here should be
|
||||
self.PV_CacheLong[processedValueName].time = upct + 60 -- idk whats number here should be
|
||||
self.PV_CacheLong[processedValueName].value = self:GetProcessedValue(val, base, cmd, false)
|
||||
|
||||
-- if istable(self.PV_CacheLong[processedValueName].value) then
|
||||
|
Loading…
Reference in New Issue
Block a user