From: Tim P <ti...@us...> - 2008-03-25 11:33:54
|
Update of /cvsroot/webmacro/webmacro In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv7599 Modified Files: WebMacro.defaults.classic WebMacro.defaults.minimal Log Message: Unify comments Index: WebMacro.defaults.minimal =================================================================== RCS file: /cvsroot/webmacro/webmacro/WebMacro.defaults.minimal,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** WebMacro.defaults.minimal 24 Oct 2005 00:21:00 -0000 1.2 --- WebMacro.defaults.minimal 25 Mar 2008 11:33:46 -0000 1.3 *************** *** 218,222 **** ! # There are no web or context tools in the minimal version. You supply your own context tool fault handler: ContextAutoLoaders.ContextTools: ContextAutoLoaders.WebContextTools: --- 218,223 ---- ! # There are no web or context tools in the minimal version. ! # You supply your own context tool fault handler: ContextAutoLoaders.ContextTools: ContextAutoLoaders.WebContextTools: *************** *** 231,234 **** --- 232,236 ---- # FastWriter Configuration # + # This setting can be tuned for space/time trade-offs. # Misconfiguration of these settings can cause severe performance # and resource penalties Index: WebMacro.defaults.classic =================================================================== RCS file: /cvsroot/webmacro/webmacro/WebMacro.defaults.classic,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** WebMacro.defaults.classic 24 Oct 2005 00:21:00 -0000 1.6 --- WebMacro.defaults.classic 25 Mar 2008 11:33:46 -0000 1.7 *************** *** 1,7 **** - # DO NOT EDIT THIS FILE -- Edit WebMacro.properties instead! # ! # This file contains the DEFAULT values for WebMacro CLASSIC. You can ! # set the actual live values in WebMacro.properties and that will # override the settings in this file. This file also contains examples # of how to set properties, which may be commented out. --- 1,6 ---- # DO NOT EDIT THIS FILE -- Edit WebMacro.properties instead! # ! # This file contains the DEFAULT values for WebMacro CLASSIC. ! # You can set the actual live values in WebMacro.properties and that will # override the settings in this file. This file also contains examples # of how to set properties, which may be commented out. *************** *** 278,281 **** --- 277,283 ---- # # This setting can be tuned for space/time trade-offs. + # Misconfiguration of these settings can cause severe performance + # and resource penalties + FastWriter.DefaultBufferSize = 4096 |