From: Eric Bollengier Date: Wed, 24 Mar 2010 17:07:58 +0000 (+0100) Subject: Fix MaxConsoleConnections X-Git-Tag: Release-5.2.1~138 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=160d6ed00a1c95d00590f4245afe8ce8e82ea5c5;p=bacula%2Fdocs Fix MaxConsoleConnections --- diff --git a/docs/manuals/en/main/dirdconf.tex b/docs/manuals/en/main/dirdconf.tex index 193f361e..aa5223fb 100644 --- a/docs/manuals/en/main/dirdconf.tex +++ b/docs/manuals/en/main/dirdconf.tex @@ -338,10 +338,9 @@ resource. where \lt{}string\gt{} is an identifier which can be used for support purpose. This string is displayed using the \texttt{version} command. -\item[MaxConsoleConnections = \lt{}number\gt{}] +\item[MaximumConsoleConnections = \lt{}number\gt{}] \index[dir]{MaximumConsoleConnections} - \index[dir]{MaxConsoleConnections} - \index[dir]{Directive!MaxConsoleConnections} + \index[dir]{Directive!MaximumConsoleConnections} \index[dir]{Console} where \lt{}number\gt{} is the maximum number of Console Connections that could run concurrently. The default is set to 20, but you may set it to a diff --git a/docs/manuals/en/main/newfeatures.tex b/docs/manuals/en/main/newfeatures.tex index ffb55804..e64da567 100644 --- a/docs/manuals/en/main/newfeatures.tex +++ b/docs/manuals/en/main/newfeatures.tex @@ -2164,8 +2164,8 @@ transmitted across the network. That should reduce load and speedup insertion. A new Job directive permits to specify the spool size per job. This is used in advanced job tunning. {\bf SpoolSize={\it bytes}} -\subsection{MaxConsoleConnections = \lt{}number\gt{}} -\index[general]{MaxConsoleConnections} +\subsection{MaximumConsoleConnections = \lt{}number\gt{}} +\index[general]{MaximumConsoleConnections} A new director directive permits to specify the maximum number of Console Connections that could run concurrently. The default is set to 20, but you may set it to a larger number.