Browse Source
Atualizando hard e soft auto commit
Novos valores:
Hard auto commit = 3min
Soft auto commit = 1min
pull/3008/head
Edward
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
solr/sapl_configset/conf/solrconfig.xml
|
@ -310,7 +310,7 @@ |
|
|
have some sort of hard autoCommit to limit the log size. |
|
|
have some sort of hard autoCommit to limit the log size. |
|
|
--> |
|
|
--> |
|
|
<autoCommit> |
|
|
<autoCommit> |
|
|
<maxTime>300000</maxTime> |
|
|
<maxTime>180000</maxTime> |
|
|
<openSearcher>false</openSearcher> |
|
|
<openSearcher>false</openSearcher> |
|
|
</autoCommit> |
|
|
</autoCommit> |
|
|
|
|
|
|
|
@ -321,7 +321,7 @@ |
|
|
--> |
|
|
--> |
|
|
|
|
|
|
|
|
<autoSoftCommit> |
|
|
<autoSoftCommit> |
|
|
<maxTime>30000</maxTime> |
|
|
<maxTime>60000</maxTime> |
|
|
</autoSoftCommit> |
|
|
</autoSoftCommit> |
|
|
|
|
|
|
|
|
<!-- Update Related Event Listeners |
|
|
<!-- Update Related Event Listeners |
|
|