net_read_timeout

2023-08-18 09:26:34  Updated

net_read_timeout specifies the number of seconds to wait for other data of the connection before aborting the read. Note

This variable is only for compatibility purpose. OceanBase does not support this feature.

Property Description
Parameter type Int
Default value 30
Value range [1, 31536000]
Effective scope * GLOBAL * SESSION

Note:

  • When the server reads data from a client, the timeout duration is specified by net_read_timeout.

  • When the server writes data to a client, the timeout duration is specified by net_write_timeout.

Contact Us