1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-10 03:55:20 +01:00

Fix memory leak in rollback (and more) (#16644)

This commit is contained in:
sfan5
2025-11-05 11:55:57 +01:00
committed by GitHub
parent 7a6e639d61
commit 2368126d0a
4 changed files with 43 additions and 40 deletions

View File

@@ -1057,10 +1057,6 @@ anticheat_flags (Anticheat flags) flags digging,interaction,movement digging,int
# Increase the value if players experience stuttery movement.
anticheat_movement_tolerance (Anticheat movement tolerance) float 1.0 1.0
# If enabled, actions are recorded for rollback.
# This option is only read when server starts.
enable_rollback_recording (Rollback recording) bool false
[**Client-side Modding]
# Restricts the access of certain client-side functions on servers.
@@ -2249,6 +2245,11 @@ kick_msg_crash (Crash message) string This server has experienced an internal er
# Set this to true if your server is set up to restart automatically.
ask_reconnect_on_crash (Ask to reconnect after crash) bool false
# If enabled, node and inventory actions are recorded for rollback.
# This option is only read on server start. Note that the engine will not
# automatically clean old entries from the rollback database.
enable_rollback_recording (Rollback recording) bool false
[**Server/Env Performance] [server]
# Length of a server tick (the interval at which everything is generally updated),