From a9502d1ec19dfb027766badc0d6bea6a2aeca326 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Tue, 23 Dec 2014 21:09:33 +0000 Subject: [PATCH] Clarify language in MongoCursor batchSize docs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335345 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongocommandcursor/batchsize.xml | 2 +- reference/mongo/mongocursor/batchsize.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mongo/mongocommandcursor/batchsize.xml b/reference/mongo/mongocommandcursor/batchsize.xml index b29065b184..86bfeacbb3 100644 --- a/reference/mongo/mongocommandcursor/batchsize.xml +++ b/reference/mongo/mongocommandcursor/batchsize.xml @@ -16,7 +16,7 @@ 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. diff --git a/reference/mongo/mongocursor/batchsize.xml b/reference/mongo/mongocursor/batchsize.xml index 8bfb6bbccf..d4be5dd318 100644 --- a/reference/mongo/mongocursor/batchsize.xml +++ b/reference/mongo/mongocursor/batchsize.xml @@ -16,7 +16,7 @@ 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).