Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-php-library
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sinan
mongo-php-library
Commits
bff5e2e2
Commit
bff5e2e2
authored
Feb 01, 2018
by
Katherine Walker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve maxAwaitTimeMS documentation for watch
parent
e4a7f0a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
apiargs-MongoDBCollection-method-watch-option.yaml
...cludes/apiargs-MongoDBCollection-method-watch-option.yaml
+9
-3
tailable-cursor.txt
docs/tutorial/tailable-cursor.txt
+0
-1
No files found.
docs/includes/apiargs-MongoDBCollection-method-watch-option.yaml
View file @
bff5e2e2
...
@@ -22,9 +22,15 @@ interface: phpmethod
...
@@ -22,9 +22,15 @@ interface: phpmethod
operation
:
~
operation
:
~
optional
:
true
optional
:
true
---
---
source
:
arg_name
:
option
file
:
apiargs-MongoDBCollection-method-find-option.yaml
name
:
maxAwaitTimeMS
ref
:
maxAwaitTimeMS
type
:
integer
description
:
|
Positive integer denoting the time limit in milliseconds for the server to
block a getMore operation if no data is available.
interface
:
phpmethod
operation
:
~
optional
:
true
---
---
source
:
source
:
file
:
apiargs-MongoDBCollection-common-option.yaml
file
:
apiargs-MongoDBCollection-common-option.yaml
...
...
docs/tutorial/tailable-cursor.txt
View file @
bff5e2e2
...
@@ -177,7 +177,6 @@ using :php:`IteratorIterator <iteratoriterator>`.
...
@@ -177,7 +177,6 @@ using :php:`IteratorIterator <iteratoriterator>`.
$iterator->next();
$iterator->next();
}
}
}
Much like the ``foreach`` example, this version on the consumer script will
Much like the ``foreach`` example, this version on the consumer script will
start by quickly printing all results in the capped collection; however, it will
start by quickly printing all results in the capped collection; however, it will
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment