diff --git a/README.md b/README.md index aa94bde..4f3bc81 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,4 @@ khkk ddd werwer - - fdsd - -456456 + diff --git a/hello_server.go b/hello_server.go index df038fd..fc27552 100644 --- a/hello_server.go +++ b/hello_server.go @@ -35,8 +35,8 @@ func main() { srv := &http.Server{ Handler: r, Addr: ":8080", - ReadTimeout: 10 * time.Second, - WriteTimeout: 10 * time.Second, + ReadTimeout: 15 * time.Second, + WriteTimeout: 15 * time.Second, } // Start Server