You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/02/09 08:25:11 UTC

svn commit: r376213 - /forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf

Author: crossley
Date: Wed Feb  8 23:25:09 2006
New Revision: 376213

URL: http://svn.apache.org/viewcvs?rev=376213&view=rev
Log:
Enable to increase the number of profiler results, e.g. 20
The default was 10.

Modified:
    forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf

Modified: forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf?rev=376213&r1=376212&r2=376213&view=diff
==============================================================================
--- forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf (original)
+++ forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf Wed Feb  8 23:25:09 2006
@@ -771,6 +771,7 @@
 
 <!-- ========== Components used for profiling ========== -->
  <include src="resource://org/apache/cocoon/components/profiler/profiler.roles"/>
+ <profiler results="20"/><!-- default is 10 -->
 
 <!-- ========== Components used for debugging ========== -->
 <!--+