Merge pull request #2125 from zrdzn/patch-1

Fix typo in config
This commit is contained in:
tastybento 2023-05-28 11:35:40 -07:00 committed by GitHub
commit 9ffc838f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -59,11 +59,11 @@ general:
# This helps prevent issues if the server crashes.
# Data is also saved at important points in the game.
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.
# Do not set this too low or data might get lost!
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.
# Do not set this too low or data might get lost!
max-saved-islands-per-tick: 20