added a note to the config docs about the suggestCompression setting
This commit is contained in:
@ -200,7 +200,6 @@ describe('Transport Class', function () {
|
||||
expect(hosts).to.have.length(1);
|
||||
expect(hosts[0]).to.have.property('suggestCompression', true);
|
||||
|
||||
debugger;
|
||||
trans = new Transport({
|
||||
hosts: ['localhost:9200']
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user