Author: eric
Date: Wed Nov 10 12:53:54 2010
New Revision: 1033441

URL: http://svn.apache.org/viewvc?rev=1033441&view=rev
Log:
Increase outgoing delivery threads from 1 to 10 (JAMES-1124)

Modified:
    
james/server/trunk/container-spring/src/main/config/examples/mailetcontainer.xml
    
james/server/trunk/container-spring/src/main/config/james/mailetcontainer.xml

Modified: 
james/server/trunk/container-spring/src/main/config/examples/mailetcontainer.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/container-spring/src/main/config/examples/mailetcontainer.xml?rev=1033441&r1=1033440&r2=1033441&view=diff
==============================================================================
--- 
james/server/trunk/container-spring/src/main/config/examples/mailetcontainer.xml
 (original)
+++ 
james/server/trunk/container-spring/src/main/config/examples/mailetcontainer.xml
 Wed Nov 10 12:53:54 2010
@@ -476,7 +476,7 @@ Regards, Postmaster XXX.YYY
             <maxDnsProblemRetries> 0 </maxDnsProblemRetries>
 
             <!-- The number of threads that should be trying to deliver 
outgoing messages -->
-            <deliveryThreads> 1 </deliveryThreads>
+            <deliveryThreads> 10 </deliveryThreads>
 
             <!-- If false the message will not be sent to given server if any 
recipients fail -->
             <sendpartial>true</sendpartial>

Modified: 
james/server/trunk/container-spring/src/main/config/james/mailetcontainer.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/container-spring/src/main/config/james/mailetcontainer.xml?rev=1033441&r1=1033440&r2=1033441&view=diff
==============================================================================
--- 
james/server/trunk/container-spring/src/main/config/james/mailetcontainer.xml 
(original)
+++ 
james/server/trunk/container-spring/src/main/config/james/mailetcontainer.xml 
Wed Nov 10 12:53:54 2010
@@ -74,7 +74,7 @@
           <delayTime>6 hours</delayTime>
           <maxRetries>25</maxRetries>
           <maxDnsProblemRetries>0</maxDnsProblemRetries>
-          <deliveryThreads>1</deliveryThreads>
+          <deliveryThreads>10</deliveryThreads>
           <sendpartial>true</sendpartial>
           <bounceProcessor>bounces</bounceProcessor>
        </mailet>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to