From: Wolfgang M. M. <wol...@us...> - 2004-07-19 13:08:05
|
Update of /cvsroot/exist/eXist-1.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26120 Modified Files: conf.xml Log Message: Added new parameter to enable consistency checks for debugging purposes. Index: conf.xml =================================================================== RCS file: /cvsroot/exist/eXist-1.0/conf.xml,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** conf.xml 16 Jul 2004 17:45:30 -0000 1.56 --- conf.xml 19 Jul 2004 13:07:56 -0000 1.57 *************** *** 89,94 **** Increase the setting to have less reindex runs. However, you have to be aware that leaving spare ids also limits the maximum size of a ! document that can be indexed. --> ! <xupdate growth-factor="20" allowed-fragmentation="20"/> <!-- --- 89,103 ---- Increase the setting to have less reindex runs. However, you have to be aware that leaving spare ids also limits the maximum size of a ! document that can be indexed. ! ! "enable-consistency-checks" is for debugging only. If the parameter ! is set to "yes", a consistency check will be run on every modified ! document after every XUpdate request. It checks if the ! persistent DOM is complete and all pointers in the structural ! index point to valid storage addresses containing valid nodes. ! --> ! ! <xupdate growth-factor="20" allowed-fragmentation="20" ! enable-consistency-checks="yes"/> <!-- |