Skip to content

Commit

Permalink
Update server.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Oded-B authored Jun 19, 2024
1 parent 4c9de2a commit f34c9b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/telefonistka/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ func serve() {
srv := &http.Server{
Handler: mux,
Addr: ":8080",
ReadTimeout: 120 * time.Second,
WriteTimeout: 120 * time.Second,
ReadTimeout: 10 * time.Second,
WriteTimeout: 10 * time.Second,
}

log.Infoln("server started")
Expand Down

0 comments on commit f34c9b0

Please sign in to comment.