dlr         01/11/26 16:36:43

  Modified:    conf/master Fulcrum.master
  Log:
  Corrected DatabaseService's idbroker references as per commits by John
  McNally to IDBroker and Scarab.
  
  Revision  Changes    Path
  1.8       +2 -2      jakarta-turbine-3/conf/master/Fulcrum.master
  
  Index: Fulcrum.master
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/conf/master/Fulcrum.master,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- Fulcrum.master    2001/08/31 21:30:58     1.7
  +++ Fulcrum.master    2001/11/27 00:36:43     1.8
  @@ -89,7 +89,7 @@
   # be increased automatically if requests for ids reaches a high
   # volume.
   
  -services.DatabaseService.database.idbroker.cleverquantity=true
  +services.DatabaseService.idbroker.cleverquantity=true
   
   # Determines if IDBroker should prefetch IDs or not.  If set to false
   # this property has the effect of shutting off the housekeeping thread
  @@ -97,7 +97,7 @@
   # per request to 1 regardless of the settings in the database.
   # Default: true
   
  -services.DatabaseService.database.idbroker.prefetch=true
  +services.DatabaseService.idbroker.prefetch=true
   
   services.DatabaseService.earlyInit = true
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to