Add startup flags to improve PoB speed (#9042)

Co-authored-by: LocalIdentity <LocalIdentity@users.noreply.github.com>
Co-authored-by: Wires77 <Wires77@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-10-26 04:34:14 -05:00
committed by GitHub
parent db05a2c773
commit 008ca05c7d

View File

@@ -14,6 +14,8 @@ ConExecute("set vid_resizable 3")
launch = { }
SetMainObject(launch)
jit.opt.start('maxtrace=4000','maxmcode=8192')
collectgarbage("setpause", 400)
function launch:OnInit()
self.devMode = false