marcardar / transcriptstudio-isha

Automatically exported from code.google.com/p/transcriptstudio4isha
0 stars 0 forks source link

XQuery: Query output size limit crossed (over 10,000 bytes) #176

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When executing the xquery which displays the category pane, we get the
following error message

The constructed document fragment exceeded the predefined size limit
(current: 10,001; allowed: 10,000). The query has been killed. 

This can be rectified by editing the following line in the exist
configuration file (conf.xml)

<watchdog output-size-limit="10000" query-timeout="-1"/>

and increasing the output-size-limit. (We set it to 100000)

Original issue reported on code.google.com by swami.ke...@gmail.com on 6 Sep 2009 at 10:46