added a note to the config docs about the suggestCompression setting

This commit is contained in:
Spencer Alger
2014-09-08 16:22:15 -07:00
parent 4e8d267d71
commit 44490e16ae
2 changed files with 3 additions and 1 deletions

View File

@ -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']
});