Pull request: all: prep release
Merge in DNS/adguard-home from prep-release to master Squashed commit of the following: commit 32d83fe663dfd7a585ed9d89d09d47fd7b4cb653 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Mon Feb 15 16:02:56 2021 +0300 all: prep release
This commit is contained in:
@@ -18,12 +18,12 @@ import (
|
||||
const (
|
||||
// readTimeout is the maximum duration for reading the entire request,
|
||||
// including the body.
|
||||
readTimeout = 30 * time.Second
|
||||
readTimeout = 60 * time.Second
|
||||
// readHdrTimeout is the amount of time allowed to read request headers.
|
||||
readHdrTimeout = 30 * time.Second
|
||||
readHdrTimeout = 60 * time.Second
|
||||
// writeTimeout is the maximum duration before timing out writes of the
|
||||
// response.
|
||||
writeTimeout = 30 * time.Second
|
||||
writeTimeout = 60 * time.Second
|
||||
)
|
||||
|
||||
type webConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user