Note
This parameter is introduced in ODP V4.3.1.
Description
rpc_async_pull_batch_wait_interval sets the wait interval between asynchronous batch pulls.
Attributes
Attribute |
Description |
|---|---|
| Parameter type | Time |
| Default value | 10ms |
| Value range | [1ms, 1s] |
| Effective only after ODP restart | No |
Examples
Run the following command to set the wait interval to 20 milliseconds:
obclient> alter proxyconfig set rpc_async_pull_batch_wait_interval= 20ms;
