dropped the maximum steps for manual gc

This commit is contained in:
Max Cahill 2024-09-30 14:35:55 +10:00
parent bde95f208f
commit ea5e6aecc5

View File

@ -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 = 1000
local max_steps = 100
local steps = 0
local start_time = love.timer.getTime()
while