From 1eeffe35917d9bc3cec6db66c4d0ef36387c3b32 Mon Sep 17 00:00:00 2001 From: Brian Aldridge Date: Wed, 23 Jan 2019 09:08:30 -0700 Subject: [PATCH] Removed comment from defaultinstance Comment not needed for default instance. --- tools/arkmanager.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/arkmanager.cfg b/tools/arkmanager.cfg index 9c9ae8d..9dfd695 100644 --- a/tools/arkmanager.cfg +++ b/tools/arkmanager.cfg @@ -84,5 +84,5 @@ mod_branch=Windows # example for config name "ark1": #configfile_ark1="/path/to/config/file" -defaultinstance="main" #The start @all command makes this the first instance to start. +defaultinstance="main" defaultinstance_max=20 #The start @all command will wait until this many seconds before starting next instance. If server becomes available it instantly moves to next instance. Enter value of 0 to have no delay.