- framework update to v53.

- disabled periodically memory checks.
- weakauras created should now work on all client languages.
- few improvements on the details! forge panel.
This commit is contained in:
Tercio
2017-06-23 19:37:18 -03:00
parent 2dc3a641ac
commit 5521200baf
6 changed files with 181 additions and 59 deletions
+4 -1
View File
@@ -222,7 +222,10 @@ function _G._detalhes:Start()
self.intervalo_memoria = 180
--self.intervalo_memoria = 20
self.garbagecollect = self:ScheduleRepeatingTimer ("IniciarColetaDeLixo", self.intervalo_coleta)
self.memorycleanup = self:ScheduleRepeatingTimer ("CheckMemoryPeriodically", self.intervalo_memoria)
--desativado, algo bugou no 7.2.5
--self.memorycleanup = self:ScheduleRepeatingTimer ("CheckMemoryPeriodically", self.intervalo_memoria)
self.next_memory_check = time()+self.intervalo_memoria
--> role