View | Details | Raw Unified | Return to bug 24552
Collapse All | Expand All

(-)a/Koha/SearchEngine/Elasticsearch.pm (-2 lines)
Lines 145-151 sub get_elasticsearch_params { Link Here
145
    $es->{index_name} .= '_' . $self->index;
145
    $es->{index_name} .= '_' . $self->index;
146
146
147
    $es->{key_prefix} = 'es_';
147
    $es->{key_prefix} = 'es_';
148
    $es->{client} //= '5_0::Direct';
149
    $es->{cxn_pool} //= 'Static';
148
    $es->{cxn_pool} //= 'Static';
150
    $es->{request_timeout} //= 60;
149
    $es->{request_timeout} //= 60;
151
150
152
- 

Return to bug 24552