Skip to content

Commit

Permalink
Remove timeouts for uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
anbsky committed Apr 23, 2020
1 parent 253e39b commit 29ce91e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ func NewServer(address string, sdkRouter *sdkrouter.Router) *Server {
listener: &http.Server{
Addr: address,
Handler: r,
WriteTimeout: sdkrouter.RPCTimeout + 60*time.Second,
IdleTimeout: 0,
ReadHeaderTimeout: 10 * time.Second,
},
Expand Down

0 comments on commit 29ce91e

Please sign in to comment.