From f9155038954837c50253a5dbb99eb0e749958eaf Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Thu, 24 Feb 2011 09:06:31 +0000 Subject: [PATCH] configuration option --- contrib/defaults.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/defaults.conf b/contrib/defaults.conf index 539ffd351..3848d4af6 100644 --- a/contrib/defaults.conf +++ b/contrib/defaults.conf @@ -16,7 +16,7 @@ CONNECT_TIMEOUT = 30 # How many connect attempts should we make? CONNECT_ATTEMPTS = 3 # How many connections can happen simultaneously? -MAX_OUTSTANDING_CONNECTS = 50 +MAX_OUTSTANDING_CONNECTIONS = 50 [client] HOME = $SERVICEHOME -- 2.25.1