update readme

This commit is contained in:
DieMyst 2023-02-23 14:31:57 +04:00
parent 6f7d31b960
commit 3678e46b66

View File

@ -31,13 +31,17 @@ where config is:
"counterPeerId": null, "counterPeerId": null,
"quorumServiceId": null, "quorumServiceId": null,
"quorumPeerId": 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. `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. `quorumServiceId` and `quorumPeerId` is credentials to counter service for `round-robin` mode. Will be used local counter if undefined.
`quorumNumber` is `2` by default. `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 ## Mode