From 2b66fd0b5d7d1de17f3bce43057482dabe6ff311 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 5 Apr 2014 12:27:49 +0200 Subject: php-pecl-mongo: 1.5.1 --- mongo.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mongo.ini') diff --git a/mongo.ini b/mongo.ini index 84516a3..8a0174f 100644 --- a/mongo.ini +++ b/mongo.ini @@ -8,7 +8,7 @@ extension=mongo.so ; The number of bytes-per-chunk. ; This number must be at least 100 less than 4 megabytes (max: 4194204) -;mongo.chunk_size = 262144 +;mongo.chunk_size = 261120 ; A character to be used in place of $ in modifiers and comparisons. ;mongo.cmd = $ @@ -28,7 +28,8 @@ extension=mongo.so ;mongo.long_as_object = 0 ; Use MongoDB native long (this will default to true for 2.0.0) -mongo.native_long = true +; Only allowed on 64bits system +;mongo.native_long = true ; For replicaset connections: The minimum interval with which the driver ; will send "ping" requests to the MongoDB server. -- cgit