net_write_timeout specifies the number of seconds to wait for a block to be written to a connection before aborting the write. Note
This variable is only for compatibility purpose. OceanBase does not support this feature.
| Property | Description |
|---|---|
| Parameter type | Int |
| Default value | 60 |
| 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.