TAG NAME read_timeout
Description Used to set the timeout period for server-side connections
Build Option
Default
Usage
read_timeout time-units
Default
read_timeout 15 minutes


Synopsis
On each successful read() request the timeout is reset to this amount. If no data is read within this period of time, the request is aborted and logged with ERR_READ_TIMEOUT.

Arguments

time-units
Reset time duration

Example(s)
read_timeout 10 minutes