Unistore: Prevent deadlock on startup errors (#115799)
This commit is contained in:
@@ -115,6 +115,7 @@ func ProvideUnifiedStorageGrpcService(
|
||||
cfg: cfg,
|
||||
features: features,
|
||||
stopCh: make(chan struct{}),
|
||||
stoppedCh: make(chan error, 1),
|
||||
authenticator: authn,
|
||||
tracing: tracer,
|
||||
db: db,
|
||||
|
||||
Reference in New Issue
Block a user