asdf
This commit is contained in:
@@ -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
|
||||
# ===================================================
|
||||
|
||||
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user