Skip to content

Commit

Permalink
docs: Add documentation about defaults for publisher (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox authored and JustinBeckwith committed Dec 4, 2018
1 parent eca7b3c commit 5a40b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/publisher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ interface PublishApiResponse {
* @param {object} [options] Configuration object.
* @param {object} [options.batching] Batching settings.
* @param {number} [options.batching.maxBytes] The maximum number of bytes to
* buffer before sending a payload.
* buffer before sending a payload. Defaults to 1024^2 * 5.
* @param {number} [options.batching.maxMessages] The maximum number of messages
* to buffer before sending a payload.
* to buffer before sending a payload. Defaults to 1000.
* @param {number} [options.batching.maxMilliseconds] The maximum duration to
* wait before sending a payload. Defaults to 100 milliseconds.
* @param {object} [options.gaxOpts] Request configuration options, outlined
Expand Down

0 comments on commit 5a40b04

Please sign in to comment.