summaryrefslogtreecommitdiffstats
path: root/mongo.ini
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-05 12:27:49 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-05 12:27:49 +0200
commit2b66fd0b5d7d1de17f3bce43057482dabe6ff311 (patch)
tree7e6bd523a7a18776b82926988331d94eb0837998 /mongo.ini
parentf6d2abf861ec64994a188412b61950d10aa201b0 (diff)
php-pecl-mongo: 1.5.1
Diffstat (limited to 'mongo.ini')
-rw-r--r--mongo.ini5
1 files changed, 3 insertions, 2 deletions
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.