More progress on caching stuff; journal links; cooltip hotfixes; code cleanups

This commit is contained in:
Tercio Jose
2022-12-23 20:33:29 -03:00
parent ce9a3b875b
commit 7d5d80073b
10 changed files with 416 additions and 161 deletions
+3 -2
View File
@@ -223,7 +223,7 @@ function Details:StartMeUp() --I'll never stop!
self.ultima_coleta = 0
self.intervalo_coleta = 720
self.intervalo_memoria = 180
self.garbagecollect = Details.Schedules.NewTicker(self.intervalo_coleta, Details.IniciarColetaDeLixo, Details)
self.garbagecollect = Details.Schedules.NewTicker(self.intervalo_coleta, Details.RestartInternalGarbageCollector, Details)
self.next_memory_check = _G.time() + self.intervalo_memoria
--player role
@@ -579,9 +579,10 @@ function Details:StartMeUp() --I'll never stop!
_G["UpdateAddOnMemoryUsage"] = Details.UpdateAddOnMemoryUsage_Custom
end
pcall(Details222.EJCache.MakeCache)
pcall(Details222.ClassCache.MakeCache)
function Details:InstallOkey()
return true
end