Skip to content

Commit

Permalink
PHPORM-6 Fix doc Builder::timeout applies to find query, not the cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Nov 17, 2023
1 parent 070e9e6 commit 8a4da2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Query/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class Builder extends BaseBuilder
public $projections;

/**
* The cursor timeout value.
* The maximum amount of seconds to allow the query to run.
*
* @var int
*/
Expand Down Expand Up @@ -189,7 +189,7 @@ public function project($columns)
}

/**
* Set the cursor timeout in seconds.
* The maximum amount of seconds to allow the query to run.
*
* @param int $seconds
*
Expand Down

0 comments on commit 8a4da2b

Please sign in to comment.