Files
qb-core-qbcore-fivem/server
Kakarot 6dbbfed6c7 Reduce client loop CPU usage; tweak Kick timing
Increase client loop default sleep from 0 to 1000 to avoid a tight busy-wait when the player is not logged in, reducing CPU usage. In server/functions.lua move the Wait(100) out of the inner Kick loop so the DropPlayer thread is spawned immediately and the short delay happens after the loop, improving timing and avoiding blocking behavior.
2026-04-20 18:51:33 -05:00
..
2025-01-24 19:27:01 +01:00
2023-11-03 09:40:35 -05:00
2023-12-21 20:17:32 +01:00
2025-12-15 05:13:21 +01:00