diff --git a/src/Query/Builder.php b/src/Query/Builder.php index 82ba9d09a..3fc9c1b33 100644 --- a/src/Query/Builder.php +++ b/src/Query/Builder.php @@ -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 */ @@ -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 *