Skip to content

Commit ae0a535

Browse files
authored
PHPORM-6 Fix doc Builder::timeout applies to find query, not the cursor (#2681)
1 parent 070e9e6 commit ae0a535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Query/Builder.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class Builder extends BaseBuilder
8080
public $projections;
8181

8282
/**
83-
* The cursor timeout value.
83+
* The maximum amount of seconds to allow the query to run.
8484
*
8585
* @var int
8686
*/
@@ -189,7 +189,7 @@ public function project($columns)
189189
}
190190

191191
/**
192-
* Set the cursor timeout in seconds.
192+
* The maximum amount of seconds to allow the query to run.
193193
*
194194
* @param int $seconds
195195
*

0 commit comments

Comments
 (0)