|
|
@@ -650,7 +650,7 @@ local function scheduler()
|
|
|
if coroutine.status(co) == "suspended" then
|
|
|
local _, delay = coroutine.resume(co)
|
|
|
-- Small stagger to avoid spikes
|
|
|
- if delay then os.execute("sleep 0.1") end
|
|
|
+ if delay then os.execute("sleep 1") end
|
|
|
end
|
|
|
end
|
|
|
|