From 7e34a708673adfbf965dceff098905c25edd97d1 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 21 Apr 2014 19:49:35 +0000 Subject: [PATCH] 3000, not 30.000, is the default. Thanks Peter! git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333389 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongocursor/timeout.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/mongo/mongocursor/timeout.xml b/reference/mongo/mongocursor/timeout.xml index 54b4abe025..e0dfca7968 100644 --- a/reference/mongo/mongocursor/timeout.xml +++ b/reference/mongo/mongocursor/timeout.xml @@ -30,7 +30,7 @@ The number of milliseconds for the cursor to wait for a response. Use -1 to wait forever. By default, the cursor will wait - 30000 milliseconds (3 seconds). + 3000 milliseconds (3 seconds).