Revision 2463
Added by sgarg over 19 years ago
properties.html | ||
---|---|---|
225 | 225 |
<tr><td> </td></tr> |
226 | 226 |
<tr><td colspan="3"><b>Additional parameters probably not needing to be changed</b></td></tr> |
227 | 227 |
<tr><td>configured</td><td>Configuration flag, currently not used.</td><td>false</td></tr> |
228 |
<tr><td>version</td><td>Release version.</td><td>1.4.0-</td></tr>
|
|
228 |
<tr><td>version</td><td>Release version.</td><td>1.5.0-</td></tr>
|
|
229 | 229 |
<tr><td>maximumConnectionAge</td><td> </td><td>120000</td></tr> |
230 | 230 |
<tr><td>maximumConnectionTime</td><td> </td><td>60000</td></tr> |
231 | 231 |
<tr><td>maximumUsageNumber</td><td> </td><td>100</td></tr> |
... | ... | |
233 | 233 |
<tr><td>cycleTimeOfDBConnection</td><td> </td><td>30000</td></tr> |
234 | 234 |
<tr><td>forcereplicationwaitingtime</td><td> </td><td></td></tr> |
235 | 235 |
<tr><td>eml2_0_0namespace</td><td>Namespace of EML 2.0.0 documents.</td><td>eml://ecoinformatics.org/eml-2.0.0</td></tr> |
236 |
<tr><td>eml2_0_1namespace</td><td>Namespace of EML 2.0.1 documents.</td><td>eml://ecoinformatics.org/eml-2.0.0</td></tr>
|
|
236 |
<tr><td>eml2_0_1namespace</td><td>Namespace of EML 2.0.1 documents.</td><td>eml://ecoinformatics.org/eml-2.0.1</td></tr>
|
|
237 | 237 |
<tr><td>eml2_1_0namespace</td><td>Namespace of EML 2.1.0 documents. Currently unused, reserved.</td><td>eml://ecoinformatics.org/eml-2.1.0</td></tr> |
238 | 238 |
<tr><td>physicaldoctype</td><td> </td><td>-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN</td></tr> |
239 | 239 |
<tr><td>entitydoctype</td><td> </td><td>-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN</td></tr> |
... | ... | |
251 | 251 |
<tr><td>defaultcontenttype</td><td> </td><td></td></tr> |
252 | 252 |
<tr><td>query.ignored.params</td><td>Parameters that are passed through to XSLT style sheets without modification.</td><td>enableediting,foo</td></tr> |
253 | 253 |
<tr><td>usexmlindex</td><td>Flag indicating whether to use the traditional xml_index table or not. This needs to be set on startup, and once set to false can not be changed back to true without significant database modifications. Setting this option to 'false' also slows down queries significantly, but it does allow arbitrarily deep dcoument paths. Not recommended to change this setting -- data loss may result.</td><td>true</td></tr> |
254 |
<tr><td>resultsetsize</td><td> </td><td>40</td></tr> |
|
254 |
<tr><td>app_resultsetsize</td><td>Used for the setting the size of resultset that is processed at a time for applications like morpho</td><td>400</td></tr> |
|
255 |
<tr><td>web_resultsetsize</td><td>Used for the setting the size of resultset for search done using browser</td><td>900</td></tr> |
|
256 |
<tr><td>queryresult_string_length</td><td>Used for the setting the size of queryresult_string in queryresult table</td><td>4000</td></tr> |
|
257 |
<tr><td>xml_returnfield_count</td><td>Value of xml_returnfield.usage_count should be more than this value for records to be entered into xml_queryresult</td><td>0</td></tr> |
|
255 | 258 |
</table> |
256 | 259 |
|
257 | 260 |
<br> |
Also available in: Unified diff
Changes in the documentation for the new release