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

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

Return to bug 24552