mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 14:35:35 +00:00
fix some typos in pocketmine.yml
This commit is contained in:
parent
59d9d6a7df
commit
7b1bfc0520
@ -1,7 +1,7 @@
|
|||||||
# Main configuration file for PocketMine-MP
|
# Main configuration file for PocketMine-MP
|
||||||
# These settings are the ones that cannot be included in server.properties
|
# These settings are the ones that cannot be included in server.properties
|
||||||
# Some of these settings are safe, others can break your server if modified incorrectly
|
# Some of these settings are safe, others can break your server if modified incorrectly
|
||||||
# New settings/defaults won't appear automatically on this file when upgrading.
|
# New settings/defaults won't appear automatically in this file when upgrading.
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
#Three-letter language code for server-side localization
|
#Three-letter language code for server-side localization
|
||||||
@ -53,7 +53,7 @@ memory:
|
|||||||
|
|
||||||
garbage-collection:
|
garbage-collection:
|
||||||
#Period in ticks to fire the garbage collector manually (default 30 minutes), set to 0 to disable
|
#Period in ticks to fire the garbage collector manually (default 30 minutes), set to 0 to disable
|
||||||
#This only affect the main thread. Other threads should fire their own collections
|
#This only affects the main thread. Other threads should fire their own collections
|
||||||
period: 36000
|
period: 36000
|
||||||
|
|
||||||
#Fire asynchronous tasks to collect garbage from workers
|
#Fire asynchronous tasks to collect garbage from workers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user