even line breaks

This commit is contained in:
Keith Donald
2008-04-26 06:53:20 +00:00
parent 18a3386b7d
commit 5cfa9b360e
3 changed files with 11 additions and 11 deletions

View File

@@ -50,7 +50,7 @@
Deploy a FlowExecutor, the central service for executing flows:
</para>
<programlisting type="xml"><![CDATA[
<webflow:flow-executor id="flowExecutor" flow-registry="flowRegistry" />]]>
<webflow:flow-executor id="flowExecutor" />]]>
</programlisting>
</sect2>
<para>
@@ -209,8 +209,8 @@
<programlisting type="xml"><![CDATA[
<flow-execution-repository max-executions="5" max-execution-snapshots="30" />]]>
</programlisting>
<sect3 id="repository-max-conversations">
<title>max-conversations</title>
<sect3 id="repository-max-executions">
<title>max-executions</title>
<para>
Tune the <code>max-executions</code> attribute to place a cap on the number of flow executions that can be created per user session.
</para>