Note
This parameter is introduced in ODP V4.3.4.
Description
rpc_client_net_read_timeout specifies the timeout threshold for a remote procedure call (RPC) client when it reads data from the network.
Attributes
| Attribute | Description |
|---|---|
| Parameter type | Time |
| Default value | 30s |
| Value range | [1s, 1d] |
| Effective only after ODP restart | No |
Examples
Here is an example of setting the network read timeout threshold to 60s:
obclient> alter proxyconfig set rpc_client_net_read_timeout='60s';