- 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:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user