Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ See all HTTP options supported for `node.js` [here](https://github.com/mikeal/re
- **random** `boolean` - Use random balance strategy using `Math.random()`. Default to `false`.
- **balanceStrategy** `function` - Custom balance strategy function. Interface to be implemented: `function (servers []Server) => []Server`. Default to `null`.
- **disableWeight** `boolean` - Disable emphirical built-in weight calculus based on server stats for balancing (latency, errors, success).
- **roundRobin** `boolean` - Enable RobinRobin schedule algorithm (experimental). Default: `false`.
- **roundRobin** `boolean` - Enable round robin schedule algorithm (experimental). Default: `false`.
- **roundRobinSize** `number` - Round robin round size. Useful to increase requests distribution across different servers. Default to `3` servers.
- **weight** `object` - Balacer calculus percentage weight used for best available server scoring policy:
- **success** `number` - Percentage weight for success request. Default to `15`.
Expand Down