Skip to content

Commit b1427bc

Browse files
committed
recursive param
1 parent 03e690e commit b1427bc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* Refactored `table.CreateSession` as retry operation with options
1010
* Moved log level from root of repository to package `log`
1111
* Added details and address to transport error
12+
* Fixed `recursive` param in `ratelimiter.ListResource`
1213

1314
## 3.14.4
1415
* Implemented auto-removing `conn.Conn` from `conn.Pool` with counting usages of `conn.Conn`

internal/ratelimiter/ratelimiter.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ func (c *client) ListResource(
120120
response, err = c.service.ListResources(ctx, &Ydb_RateLimiter.ListResourcesRequest{
121121
CoordinationNodePath: coordinationNodePath,
122122
ResourcePath: resourcePath,
123+
Recursive: recursive,
123124
OperationParams: operation.Params(
124125
c.config.OperationTimeout(),
125126
c.config.OperationCancelAfter(),

0 commit comments

Comments
 (0)