Skip to content

Commit

Permalink
fix: remove grpc idle timeout (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mryashbhardwaj authored Sep 11, 2023
1 parent 377842b commit 9a3888b
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 @@ -178,7 +178,6 @@ func prepareHTTPProxy(grpcAddr string, grpcServer *grpc.Server) (*http.Server, f
Addr: grpcAddr,
ReadTimeout: 5 * time.Second,
WriteTimeout: 30 * time.Minute, // FIXME: Creating issues for grpc connection
IdleTimeout: 5 * time.Minute,
}

return srv, cleanup, nil
Expand Down

0 comments on commit 9a3888b

Please sign in to comment.