Browse Source

Atualizando hard e soft auto commit

Novos valores:
Hard auto commit = 3min
Soft auto commit = 1min
pull/3367/head
Edward 5 years ago
committed by João Rodrigues
parent
commit
90993c537f
  1. 4
      solr/sapl_configset/conf/solrconfig.xml

4
solr/sapl_configset/conf/solrconfig.xml

@ -310,7 +310,7 @@
have some sort of hard autoCommit to limit the log size.
-->
<autoCommit>
<maxTime>300000</maxTime>
<maxTime>180000</maxTime>
<openSearcher>false</openSearcher>
</autoCommit>
@ -321,7 +321,7 @@
-->
<autoSoftCommit>
<maxTime>30000</maxTime>
<maxTime>60000</maxTime>
</autoSoftCommit>
<!-- Update Related Event Listeners

Loading…
Cancel
Save