mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
Increased timeout from 10s to 20
This commit is contained in:
parent
ebeb707fbb
commit
9a7b59a548
1 changed files with 2 additions and 2 deletions
|
|
@ -84,8 +84,8 @@ func main() {
|
|||
}
|
||||
|
||||
server := &http.Server{
|
||||
ReadTimeout: 10 * time.Second,
|
||||
WriteTimeout: 10 * time.Second,
|
||||
ReadTimeout: 20 * time.Second,
|
||||
WriteTimeout: 20 * time.Second,
|
||||
TLSConfig: &tls.Config{
|
||||
GetCertificate: certManager.GetCertificate,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue