Skip to content

Commit 29d5515

Browse files
Add Solr socket timeout configuration option
1 parent 0a454ac commit 29d5515

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dspace/config/modules/discovery.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ discovery.search.server = ${solr.server}/${solr.multicorePrefix}search
1111
#Defaults to true: validation is enabled
1212
#discovery.solr.url.validation.enabled = true
1313

14+
#Overrides the Solr socket timeout (in milliseconds) for the search core.
15+
#Defaults to 120000 (2 minutes), the same default value as in SolrClientBuilder.
16+
#discovery.solr.socketTimeout = 120000
17+
1418
#Char used to ensure that the sidebar facets are case insensitive
1519
#discovery.solr.facets.split.char=\n|||\n
1620

0 commit comments

Comments
 (0)