Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov authored Oct 25, 2024
1 parent ae32ddb commit da0f282
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Use common balancer for child drivers
* Added option `ydb.WithSharedBalancer(*Driver)` for child drivers

## v3.89.0
* Fixed send optional arguments to the server with `ydb.ParamsBuilder`
Expand Down
1 change: 0 additions & 1 deletion with.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ func (d *Driver) with(ctx context.Context, opts ...Option) (*Driver, uint64, err
delete(d.children, id)
}),
withConnPool(d.pool),
WithSharedBalancer(d),
),
opts...,
)...,
Expand Down

0 comments on commit da0f282

Please sign in to comment.