mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Clarify language in MongoCursor batchSize docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335345 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0551a90caa
commit
a9502d1ec1
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
<para>
|
||||
A cursor typically fetches a batch of result objects and store them
|
||||
locally. This method sets the batchSize value to configure the amount of
|
||||
documents retrieved from the server in one data packet.
|
||||
documents retrieved from the server in one round trip.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<para>
|
||||
A cursor typically fetches a batch of result objects and store them
|
||||
locally. This method sets the batchSize value to configure the amount of
|
||||
documents retrieved from the server in one data packet. However, it will
|
||||
documents retrieved from the server in one round trip. However, it will
|
||||
never return more documents than fit in the max batch size limit (usually
|
||||
4MB).
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue