You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ho...@apache.org on 2006/06/28 20:19:29 UTC

svn commit: r417832 - /geronimo/daytrader/trunk/modules/web/src/main/webapp/WEB-INF/web.xml

Author: hogstrom
Date: Wed Jun 28 11:19:28 2006
New Revision: 417832

URL: http://svn.apache.org/viewvc?rev=417832&view=rev
Log:
GERONIMO-1674 - Changed default users from 50 and quotes from 50 to 200 and 400 respectively

Modified:
    geronimo/daytrader/trunk/modules/web/src/main/webapp/WEB-INF/web.xml

Modified: geronimo/daytrader/trunk/modules/web/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/trunk/modules/web/src/main/webapp/WEB-INF/web.xml?rev=417832&r1=417831&r2=417832&view=diff
==============================================================================
--- geronimo/daytrader/trunk/modules/web/src/main/webapp/WEB-INF/web.xml (original)
+++ geronimo/daytrader/trunk/modules/web/src/main/webapp/WEB-INF/web.xml Wed Jun 28 11:19:28 2006
@@ -97,13 +97,13 @@
             <description>Sets the population of Trade users when driving
                 with TradeScenarioServlet.</description>
             <param-name>maxUsers</param-name>
-            <param-value>50</param-value>
+            <param-value>200</param-value>
          </init-param>
          <init-param>
             <description>Sets the population of Stock quotes used when
                 driving with TradeScenarioServlet.</description>
             <param-name>maxQuotes</param-name>
-            <param-value>100</param-value>
+            <param-value>400</param-value>
          </init-param>        
          <init-param>
             <description>Sets the number of iterations on web/ejb