summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2012-09-10 16:04:46 +0000
committerKeith Wall <kwall@apache.org>2012-09-10 16:04:46 +0000
commit874003b6630155aae68dbe638cd4ecf8715b0310 (patch)
treec3f8285f2f8cedcda5dd1b50273cf2b1641bdeb0
parent003bed784a3a9daf2c345c2525f0c1f291176b46 (diff)
downloadqpid-python-874003b6630155aae68dbe638cd4ecf8715b0310.tar.gz
NO-JIRA: Correct closing tag in XML example with Java docbook documentation.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1382956 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--doc/book/src/java-broker/HA-Guide.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/book/src/java-broker/HA-Guide.xml b/doc/book/src/java-broker/HA-Guide.xml
index 041309d711..6d98961f3f 100644
--- a/doc/book/src/java-broker/HA-Guide.xml
+++ b/doc/book/src/java-broker/HA-Guide.xml
@@ -373,19 +373,15 @@
</envConfig>
...
</store>]]></programlisting>
- <para>And to override the BDB replication configuration options <varname>je.rep.insufficientReplicasTimeout</varname>.</para>
+ <para>And to override the BDB replication configuration options <varname>je.rep.electionsPrimaryRetries</varname>.</para>
<programlisting language="xml"><![CDATA[
...
</highAvailability>
...
<repConfig>
- <name>je.rep.insufficientReplicasTimeout</name>
- <value>2</value>
- </envConfig>
- <envConfig>
- <name>je.txn.timeout</name>
- <value>10 s</value>
- </envConfig>
+ <name>je.rep.electionsPrimaryRetries</name>
+ <value>3</value>
+ </repConfig>
...
</store>]]></programlisting>
</section>