mirror of
				https://github.com/containous/traefik.git
				synced 2025-10-30 20:24:28 +03:00 
			
		
		
		
	Set default ReadTimeout value to 60s
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
This commit is contained in:
		| @@ -187,7 +187,7 @@ Duration to keep accepting requests before Traefik initiates the graceful shutdo | ||||
| IdleTimeout is the maximum amount duration an idle (keep-alive) connection will remain idle before closing itself. If zero, no timeout is set. (Default: ```180```) | ||||
|  | ||||
| `--entrypoints.<name>.transport.respondingtimeouts.readtimeout`:   | ||||
| ReadTimeout is the maximum duration for reading the entire request, including the body. If zero, no timeout is set. (Default: ```5```) | ||||
| ReadTimeout is the maximum duration for reading the entire request, including the body. If zero, no timeout is set. (Default: ```60```) | ||||
|  | ||||
| `--entrypoints.<name>.transport.respondingtimeouts.writetimeout`:   | ||||
| WriteTimeout is the maximum duration before timing out writes of the response. If zero, no timeout is set. (Default: ```0```) | ||||
|   | ||||
| @@ -187,7 +187,7 @@ Duration to keep accepting requests before Traefik initiates the graceful shutdo | ||||
| IdleTimeout is the maximum amount duration an idle (keep-alive) connection will remain idle before closing itself. If zero, no timeout is set. (Default: ```180```) | ||||
|  | ||||
| `TRAEFIK_ENTRYPOINTS_<NAME>_TRANSPORT_RESPONDINGTIMEOUTS_READTIMEOUT`:   | ||||
| ReadTimeout is the maximum duration for reading the entire request, including the body. If zero, no timeout is set. (Default: ```5```) | ||||
| ReadTimeout is the maximum duration for reading the entire request, including the body. If zero, no timeout is set. (Default: ```60```) | ||||
|  | ||||
| `TRAEFIK_ENTRYPOINTS_<NAME>_TRANSPORT_RESPONDINGTIMEOUTS_WRITETIMEOUT`:   | ||||
| WriteTimeout is the maximum duration before timing out writes of the response. If zero, no timeout is set. (Default: ```0```) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user