mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
Release 4.12.10
This commit is contained in:
parent
a8556dff02
commit
2f5e08067d
@ -93,3 +93,14 @@ Released 16th January 2023.
|
|||||||
|
|
||||||
## Other changes
|
## Other changes
|
||||||
- Increased packet batch budget for player sessions.
|
- 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).
|
||||||
|
@ -32,7 +32,7 @@ use function str_repeat;
|
|||||||
final class VersionInfo{
|
final class VersionInfo{
|
||||||
public const NAME = "PocketMine-MP";
|
public const NAME = "PocketMine-MP";
|
||||||
public const BASE_VERSION = "4.12.10";
|
public const BASE_VERSION = "4.12.10";
|
||||||
public const IS_DEVELOPMENT_BUILD = true;
|
public const IS_DEVELOPMENT_BUILD = false;
|
||||||
public const BUILD_CHANNEL = "stable";
|
public const BUILD_CHANNEL = "stable";
|
||||||
|
|
||||||
private function __construct(){
|
private function __construct(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user