Adds a config option that disables some time consuming bootup steps that aren't generally required for debugging.
This commit is contained in:
Lohikar
2017-06-22 05:15:20 -05:00
committed by skull132
parent 8445d042dc
commit bcccd88fd4
5 changed files with 26 additions and 0 deletions

View File

@@ -464,3 +464,7 @@ LOG_GELF_PORT 12201
## This determines how many VM identifiers must be spotted on a user before admins are warned about them joining.
## Leave at 0 or commented out to disable.
# ACCESS_WARN_VMS 2
# Enables fastboot - some features not essential to testing (like sunlight) will be disabled to speed up server boot. Should not be used on production servers.
# FASTBOOT