@@ -, +, @@ --- Koha/SearchEngine/Elasticsearch.pm | 2 +- etc/koha-conf.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) --- a/Koha/SearchEngine/Elasticsearch.pm +++ a/Koha/SearchEngine/Elasticsearch.pm @@ -144,7 +144,7 @@ sub get_elasticsearch_params { $es->{key_prefix} = 'es_'; $es->{client} //= '5_0::Direct'; - $es->{cxn_pool} //= 'Sniff'; + $es->{cxn_pool} //= 'Static'; $es->{request_timeout} //= 60; return $es; --- a/etc/koha-conf.xml +++ a/etc/koha-conf.xml @@ -165,6 +165,9 @@ __PAZPAR2_TOGGLE_XML_POST__ localhost:9200 koha___DB_NAME__ + + + Static --