Skip to content

Commit 8d25e46

Browse files
authoredApr 4, 2018
Updated timeout in README
Updated the default timeout value in the README.
1 parent b191890 commit 8d25e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Object `options` is an optional map and may contains following fields:
4141
+ **enableAmazonUniqueId** - boolean, `false` by default. If `true`, library will retrieve Amazon unique identifier and set it as `AWSUniqueId` dimension for each datapoint and event. Use this option only if your application deployed to Amazon
4242
+ **dimensions** - object, pre-defined dimensions for each datapoint and event. This object has key-value format `{ dimension_name: dimension_value, ...}`
4343
+ **ingestEndpoint** - string, custom url to send datapoints in format http://custom.domain/api/path
44-
+ **timeout** - number, sending datapoints timeout in ms (default is 1000ms)
44+
+ **timeout** - number, sending datapoints timeout in ms (default is 5000ms)
4545
+ **batchSize** - number, batch size to group sending datapoints
4646
+ **userAgents** - array of strings, items from this array will be added to 'user-agent' header separated by comma
4747
+ **proxy** - string, defines an address and credentials for sending metrics through a proxy server. The string should have the following format `http://<USER>:<PASSWORD>@<HOST>:<PORT>`

0 commit comments

Comments
 (0)
Please sign in to comment.