summaryrefslogtreecommitdiffstats
path: root/mongo.ini
diff options
context:
space:
mode:
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.