You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2004/03/24 14:19:53 UTC

cvs commit: cocoon-2.1/src/webapp/WEB-INF cocoon.xconf

crossley    2004/03/24 05:19:53

  Modified:    src/webapp/WEB-INF cocoon.xconf
  Log:
  Describe the "order" parameter for persistent-store.
  Other minor text tweaks.
  
  Revision  Changes    Path
  1.40      +3 -3      cocoon-2.1/src/webapp/WEB-INF/cocoon.xconf
  
  Index: cocoon.xconf
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/WEB-INF/cocoon.xconf,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- cocoon.xconf	10 Mar 2004 12:58:13 -0000	1.39
  +++ cocoon.xconf	24 Mar 2004 13:19:53 -0000	1.40
  @@ -426,10 +426,10 @@
         | Store: generic store. The default implementation is an in-memory store
         | backed by the persistent store (see below). This forms a two-stage
         | cache composed of a fast in-memory MRU front-end and a persistent
  -      | back-end storing less used objects.
  +      | back-end which stores the less-used objects.
         |
         | Common configuration parameters:
  -      | maxobjects: Indicates how many objects will be hold in the cache.
  +      | maxobjects: Indicates how many objects will be held in the cache.
         |    When the number of maxobjects has been reached. The last object
         |    in the cache will be thrown out.
         +-->
  @@ -453,7 +453,7 @@
         | DefaultStore configuration parameters:
         |  datafile: Name of the store file to use. Defaults to cocoon.dat
         |  indexfile: Name of the index file to use. Defaults to cocoon.idx
  -      |  order: FIXME: put description here.
  +      |  order: The page size of the B-Tree index, as an integer (default=301).
         +-->
     <persistent-store logger="core.store.persistent">
       <parameter name="use-cache-directory" value="true"/>