experement: reset long cache once a minute not 10s

This commit is contained in:
Darsu 2025-01-31 21:47:24 +07:00
parent ba4846fcc0
commit a4a2d57c3d

View File

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