Skip to content

Commit

Permalink
max blob size
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jul 31, 2024
1 parent 628be00 commit bd7ca28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion disperser/apiserver/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,8 @@ func (s *DispersalServer) Start(ctx context.Context) error {
name := pb.Disperser_ServiceDesc.ServiceName
healthcheck.RegisterHealthServer(name, gs)

s.logger.Info("port", s.serverConfig.GrpcPort, "address", listener.Addr().String(), "max blob size", s.maxBlobSize, "GRPC Listening")
s.logger.Info("port", s.serverConfig.GrpcPort, "address", listener.Addr().String(), "maxBlobSize", s.maxBlobSize, "GRPC Listening")

if err := gs.Serve(listener); err != nil {
return errors.New("could not start GRPC server")
}
Expand Down

0 comments on commit bd7ca28

Please sign in to comment.