mirror of
https://github.com/1bardesign/batteries.git
synced 2024-11-12 19:31:47 +00:00
allowed more max steps for manual_gc again
This commit is contained in:
parent
708e11df0b
commit
137ef43787
@ -41,7 +41,7 @@
|
||||
return function(time_budget, memory_ceiling, disable_otherwise)
|
||||
time_budget = time_budget or 1e-3
|
||||
memory_ceiling = memory_ceiling or math.huge
|
||||
local max_steps = 100
|
||||
local max_steps = 1000
|
||||
local steps = 0
|
||||
local start_time = love.timer.getTime()
|
||||
while
|
||||
|
Loading…
Reference in New Issue
Block a user