mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-22 08:01:24 +01:00
Fix typo in config
This commit is contained in:
parent
f05d4dc57f
commit
84adfaa622
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user