rpc_request_throttle_waiting_time specifies the time to wait before reading remote procedure call (RPC) requests after throttling is triggered.
Note
This parameter is introduced in OceanBase Database Proxy (ODP) V4.3.2.
| Attribute | Description |
|---|---|
| Parameter type | Time |
| Default value | 1ms |
| Value range | [0ms, 10s] |
| Effective upon ODP restart | No |
Examples
The following sample code sets the time to wait before reading RPC requests to 10 ms.
obclient> alter proxyconfig set rpc_request_throttle_waiting_time= 10ms;