Skip to content

Commit b0828d4

Browse files
author
Jerry Cheung
committed
change search instrumentation field s/limit/size/
matches up with how `time` param works. @mtodd you okay with this?
1 parent 4c1f95a commit b0828d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/ldap/connection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def search(args = nil)
381381
filter: filter,
382382
base: base,
383383
scope: scope,
384-
limit: size,
384+
size: size,
385385
time: time,
386386
sort: sort,
387387
referrals: refs,

0 commit comments

Comments
 (0)