Note
This parameter is introduced in ODP V4.3.0.
Description
rpc_request_retry_waiting_time sets the wait time between RPC request retries.
Attributes
Attribute |
Description |
|---|---|
| Parameter type | Time |
| Default value | 1ms |
| Value range | [0ms, 10s] |
| Effective only after ODP restart | No |
Examples
Run the following command to set the retry wait to 2 milliseconds:
obclient> alter proxyconfig set rpc_request_retry_waiting_time= 2ms;
