Fix typo in config

This commit is contained in:
zrdzn 2023-05-04 13:48:53 +02:00 committed by GitHub
parent f05d4dc57f
commit 84adfaa622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,11 +59,11 @@ general:
# This helps prevent issues if the server crashes. # This helps prevent issues if the server crashes.
# Data is also saved at important points in the game. # Data is also saved at important points in the game.
backup-period: 5 backup-period: 5
# How many players will be saved in one tick. Default is 200 # How many players will be saved in one tick. Default is 20
# Reduce if you experience lag while saving. # Reduce if you experience lag while saving.
# Do not set this too low or data might get lost! # Do not set this too low or data might get lost!
max-saved-players-per-tick: 20 max-saved-players-per-tick: 20
# How many islands will be saved in one tick. Default is 200 # How many islands will be saved in one tick. Default is 20
# Reduce if you experience lag while saving. # Reduce if you experience lag while saving.
# Do not set this too low or data might get lost! # Do not set this too low or data might get lost!
max-saved-islands-per-tick: 20 max-saved-islands-per-tick: 20