We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe946da commit f977c17Copy full SHA for f977c17
exist-distribution/src/main/config/conf.xml
@@ -816,7 +816,7 @@
816
817
-->
818
<serializer add-exist-id="none" compress-output="no" output-doctype="yes" enable-xinclude="yes"
819
- enable-xsl="no" indent="yes" match-tagging-attributes="no"
+ enable-xsl="no" indent="yes" match-tagging-attributes="no"
820
match-tagging-elements="no">
821
<!--
822
You may add as many custom-filters as you want, they will be executed
@@ -1121,6 +1121,6 @@
1121
- max-idle:
1122
Defines the maximum amount of idle pool entries that will not be removed for later reuse.
1123
1124
- <content-file-pool size="-1" max-idle="5"/>
+ <content-file-pool size="10" max-idle="5"/>
1125
</rpc-server>
1126
</exist>
0 commit comments