pgoldstein 2002/10/08 15:40:33
Modified: src/conf james-config.xml
Log:
Adding missing slashes from last patch.
Thanks to Nathan Carter.
Revision Changes Path
1.35 +3 -3 jakarta-james/src/conf/james-config.xml
Index: james-config.xml
===================================================================
RCS file: /home/cvs/jakarta-james/src/conf/james-config.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- james-config.xml 7 Oct 2002 07:16:46 -0000 1.34
+++ james-config.xml 8 Oct 2002 22:40:33 -0000 1.35
@@ -589,8 +589,8 @@
<!-- serve to limit the number of open connections. -->
<!-- -->
<connections>
- <idle-timeout>300000<idle-timeout>
- <max-connections>30<max-connections>
+ <idle-timeout>300000</idle-timeout>
+ <max-connections>30</max-connections>
</connections>
<!-- The Socket Manager block -->
<!-- -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>