Release 4.12.10

This commit is contained in:
Dylan K. Taylor
2023-01-18 15:16:30 +00:00
parent a8556dff02
commit 2f5e08067d
2 changed files with 12 additions and 1 deletions

View File

@ -93,3 +93,14 @@ Released 16th January 2023.
## Other changes
- Increased packet batch budget for player sessions.
# 4.12.10
Released 18th January 2023.
## Fixes
- Fixed reported server load not including the time spent processing Snooze interrupts between ticks (e.g. incoming network packets).
- Fixed `Connection Handler` entry in timings report not including time spent receiving packets.
## Note about server load & performance
This version will report higher apparent server load than previous versions. The actual performance of the server is unchanged; the previous reported load was inaccurate.
These bugs have been present for nearly 5 years (ever since the first introduction of Snooze in 3.0.0).