dlr 01/11/26 16:36:29 Modified: conf Fulcrum.properties 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/Fulcrum.properties Index: Fulcrum.properties =================================================================== RCS file: /home/cvs/jakarta-turbine-3/conf/Fulcrum.properties,v retrieving revision 1.7 retrieving revision 1.8 diff -u -u -r1.7 -r1.8 --- Fulcrum.properties 2001/08/31 21:30:57 1.7 +++ Fulcrum.properties 2001/11/27 00:36:29 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]>
