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

@@ -45,14 +45,6 @@ export STOCK_SERVER_CACHE="$CACHE/stock_server"
export MOD_CACHE="$CACHE/mods"
export SERVERS="$LOCAL_DAYZ_FILES/servers"
# (4 hours, in seconds)
################################# export RESTART_INTERVAL=$((60 * 60 * 4))
# (10 minutes)
# export RESTART_INTERVAL=$((10 * 60))
export RESTART_INTERVAL=$((1 * 60))
# ===================================================
# 03. Mount network drive
# ===================================================

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))