rpc_client_net_write_timeout

2025-11-28 06:00:51  Updated

Note

This parameter is introduced in ODP V4.3.4.

Description

rpc_client_net_write_timeout specifies the timeout threshold for a remote procedure call (RPC) client when it writes data to the network.

Attributes

Attribute Description
Parameter type Time
Default value 60s
Value range [1s, 1d]
Effective only after ODP restart No

Examples

Here is an example of setting the network write timeout threshold to 80s:

obclient> alter proxyconfig set rpc_client_net_write_timeout='80s';

Contact Us