From a4a2d57c3d654037c290f5c320e1c1a1fb4d4d92 Mon Sep 17 00:00:00 2001 From: Darsu <95997959+dar-su@users.noreply.github.com> Date: Fri, 31 Jan 2025 21:47:24 +0700 Subject: [PATCH] experement: reset long cache once a minute not 10s --- lua/weapons/arc9_base/sh_stats.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/weapons/arc9_base/sh_stats.lua b/lua/weapons/arc9_base/sh_stats.lua index 28bb4e35..fca559f1 100644 --- a/lua/weapons/arc9_base/sh_stats.lua +++ b/lua/weapons/arc9_base/sh_stats.lua @@ -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