Skip to content

Commit

Permalink
extended documentation to reflect new SocketAppender behaviour toward…
Browse files Browse the repository at this point in the history
…s synchronous/asynchronous queueing
  • Loading branch information
SierraGolf committed Jun 8, 2014
1 parent f091f6e commit 3cba78b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions logback-site/src/site/pages/manual/appenders.html
Expand Up @@ -1649,15 +1649,15 @@ <h3 class="doAnchor" name="SocketAppender">SocketAppender and
<td><span class="prop" container="socket">queueSize</span></td>
<td><code>int</code></td>
<td>
<p>The <span class="prop">queueSize</span> property takes a
non-negative integer representing the number of logging
<p>The <span class="prop">queueSize</span> property takes an
integer (greater than zero) representing the number of logging
events to retain for delivery to the remote receiver. When
the queue size is zero, event delivery to the remote
the queue size is one, event delivery to the remote
receiver is synchronous. When the queue size is greater
than zero, new events are enqueued, assuming that there is
space available in the queue. Using a non-zero queue length
can improve performance by eliminating delays caused by
transient network delays.
than one, new events are enqueued, assuming that there is
space available in the queue. Using a queue length greater
than one can improve performance by eliminating delays caused
by transient network delays.
</p>

<p>See also the <span class="prop">eventDelayLimit</span>
Expand Down

0 comments on commit 3cba78b

Please sign in to comment.