diff --git a/warehouse/warehouse.go b/warehouse/warehouse.go index 57772c9510..d0014c9664 100644 --- a/warehouse/warehouse.go +++ b/warehouse/warehouse.go @@ -1604,10 +1604,6 @@ func setupDB(ctx context.Context, connInfo string) error { return err } - if isStandAloneSlave() { - dbHandle.SetMaxOpenConns(1) - } - if err = dbHandle.PingContext(ctx); err != nil { return fmt.Errorf("could not ping WH db: %w", err) }