|
From: Wolfgang M. M. <wol...@us...> - 2004-08-20 07:50:03
|
Update of /cvsroot/exist/eXist-1.0/src/org/exist/storage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14488/src/org/exist/storage Modified Files: BrokerPool.java Log Message: Applied patch to correct wrong default namespace URI used for variable declarations. Index: BrokerPool.java =================================================================== RCS file: /cvsroot/exist/eXist-1.0/src/org/exist/storage/BrokerPool.java,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** BrokerPool.java 16 Aug 2004 19:47:11 -0000 1.29 --- BrokerPool.java 20 Aug 2004 07:49:53 -0000 1.30 *************** *** 233,237 **** syncDaemon = new SyncDaemon(); if (syncPeriod > 0) ! syncDaemon.executePeriodically(2000, new Sync(this, syncPeriod), false); conf = config; xqueryCache = new XQueryPool(); --- 233,237 ---- syncDaemon = new SyncDaemon(); if (syncPeriod > 0) ! syncDaemon.executePeriodically(1000, new Sync(this, syncPeriod), false); conf = config; xqueryCache = new XQueryPool(); |