Implement suggested changes

This commit is contained in:
[object Object]
2023-01-25 14:45:15 -08:00
parent 2e6551b009
commit 5ef7c54ec6
6 changed files with 8 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ directory = "."
# Warning: if using a bash script read: https://git.io/JMIKH
command = "java -Xmx1G -Xms1G -jar server.jar --nogui"
# Freeze the server process instead of restarting it when no players online, making it start up faster.
# Freeze the server process instead of restarting it when no players online, making it resume faster.
# Only works on Unix (Linux or MacOS)
#freeze_process = true