INT-3353 Fix Docbook White Space

JIRA: https://jira.spring.io/browse/INT-3355
This commit is contained in:
Gary Russell
2014-04-07 14:03:44 -04:00
parent 9754d59f62
commit 6b81fb1e0c
2 changed files with 3 additions and 3 deletions

View File

@@ -795,14 +795,14 @@ the serialization of values, you may want to consider providing your own
<para>
To avoid "hung" locks (when a server fails), the locks in this registry are expired after a default
60 seconds, but this can be configured on the registry. Locks are normally held for a much smaller
time.
time.
</para>
<important>
Because the keys can expire, an attempt to unlock an expired lock will result in an exception
being thrown. However, be aware that the resources protected by such a lock may have been
compromised so such exceptions should be considered severe. The expiry should be set at
a large enough value to prevent this condition, while small enough that the lock can
be recovered after a server failure in a reasonable amount of time.
be recovered after a server failure in a reasonable amount of time.
</important>
</section>
</chapter>

View File

@@ -236,7 +236,7 @@
>ConcurrentMetadataStore</interfacename>, allowing it to be used, for example,
in a <classname>AbstractPersistentAcceptOnceFileListFilter</classname>
implementation in a multiple application instance/server environment.
For more information, see <xref linkend="redis-metadata-store"/>,
For more information, see <xref linkend="redis-metadata-store"/>,
<xref linkend="file-reading"/>, <xref linkend="ftp-inbound"/> and
<xref linkend="sftp-inbound"/>.
</para>