This commit is contained in:
2023-11-29 06:48:46 -06:00
parent 29cd2e3ec0
commit b25a761c6a
2 changed files with 6 additions and 8 deletions

View File

@@ -8,3 +8,9 @@ export SERVER_PORT=2302
# number of threads to allocate
export SERVER_CPU=10
# (4 hours, in seconds)
################################# export RESTART_INTERVAL=$((60 * 60 * 4))
# (5 minutes)
export RESTART_INTERVAL=$((5 * 60))