Skip to content

Commit 82ef28c

Browse files
committed
Document throttle time change
1 parent 273e30d commit 82ef28c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,12 @@ client.setPersonalizationEvents(events);
260260
client.setJWT(token);
261261
```
262262

263+
#### Set API throttling
264+
```js
265+
// Set API call throttle time in milliseconds. Default is 200.
266+
client.setThrottleTime(500);
267+
```
268+
263269
## Supported web browsers and node.js versions
264270
The client is tested on
265271
- Chrome

0 commit comments

Comments
 (0)