5 second timeout? wtf
This commit is contained in:
parent
7a618f4228
commit
4569d04522
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ func (s *Server) handleConnection(conn net.Conn) {
|
|||
}
|
||||
}()
|
||||
|
||||
timeoutDuration := 5 * time.Second
|
||||
timeoutDuration := 1 * time.Minute
|
||||
|
||||
for {
|
||||
var request []byte
|
||||
|
|
Loading…
Reference in a new issue