Skip to content
Snippets Groups Projects
Commit 8880e2c9 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- disabled debug trace

parent dd5a8793
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ our @EXPORT_OK = qw();
sub _instantiate($protocol, $host, $port) {
return Search::Elasticsearch->new(
nodes => "$protocol://$host:$port",
trace_to => 'Stderr',
#trace_to => 'Stderr',
#cnx_pool => 'Sniff',
cxn_pool => 'Static::NoPing',
client => '6_0::Direct'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment