From 09b6db386e9ef5da7c5b7d3b18329b2a447865c6 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Fri, 31 Dec 2004 23:46:10 +0000 Subject: [PATCH] Changed default bind retry count to 2 (bind retries currently can't be aborted with sbbsctrl). --- src/sbbs3/sbbs_ini.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/sbbs_ini.c b/src/sbbs3/sbbs_ini.c index 367553efa6..f2f31f14c8 100644 --- a/src/sbbs3/sbbs_ini.c +++ b/src/sbbs3/sbbs_ini.c @@ -57,7 +57,7 @@ static const char* strBindRetryDelay="BindRetryDelay"; #define DEFAULT_LOG_MASK 0xff /* EMERG|ALERT|CRIT|ERR|WARNING|NOTICE|INFO|DEBUG */ #endif #define DEFAULT_MAX_MSG_SIZE (10*1024*1024) /* 10MB */ -#define DEFAULT_BIND_RETRY_COUNT 10 +#define DEFAULT_BIND_RETRY_COUNT 2 #define DEFAULT_BIND_RETRY_DELAY 15 void sbbs_get_ini_fname(char* ini_file, char* ctrl_dir, char* pHostName) -- GitLab