mirror of
https://github.com/fluencelabs/examples
synced 2024-12-04 19:20:17 +00:00
update readme
This commit is contained in:
parent
6f7d31b960
commit
3678e46b66
@ -31,13 +31,17 @@ where config is:
|
||||
"counterPeerId": null,
|
||||
"quorumServiceId": null,
|
||||
"quorumPeerId": null,
|
||||
"quorumNumber": null
|
||||
"quorumNumber": null,
|
||||
"quorumTimeout": null,
|
||||
"requestTimeout": null
|
||||
}
|
||||
```
|
||||
|
||||
`counterServiceId` and `counterPeerId` is credentials to counter service for `round-robin` mode. Will be used local counter if undefined.
|
||||
`quorumServiceId` and `quorumPeerId` is credentials to counter service for `round-robin` mode. Will be used local counter if undefined.
|
||||
`quorumNumber` is `2` by default.
|
||||
`quorumTimeout` is how long we will wait for all responses
|
||||
`requestTimeout` is how long we will wait for aqua request
|
||||
|
||||
## Mode
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user