More progress on caching stuff; journal links; cooltip hotfixes; code cleanups
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user