diff --git a/docs/basic-config.asciidoc b/docs/basic-config.asciidoc index 04ca7b1ee..ab288f2b1 100644 --- a/docs/basic-config.asciidoc +++ b/docs/basic-config.asciidoc @@ -11,7 +11,7 @@ const { Client } = require('@elastic/elasticsearch') const client = new Client({ cloud: { id: '' }, - auth: { apiKey: 'base64EncodedKey' } + auth: { apiKey: 'base64EncodedKey' }, maxRetries: 5, requestTimeout: 60000, sniffOnStart: true @@ -267,4 +267,4 @@ _Default:_ `null` |`number` - When configured, it verifies that the compressed response size is lower than the configured number, if it's higher it will abort the request. It cannot be higher than buffer.constants.MAX_LENTGH + _Default:_ `null` -|=== \ No newline at end of file +|===