summaryrefslogtreecommitdiffstats
path: root/mongo.ini
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-02-26 15:24:45 +0100
committerRemi Collet <fedora@famillecollet.com>2014-02-26 15:24:45 +0100
commit18e9ef66371704bd9bbf344f2f874df34b67b722 (patch)
tree00bbcddb7eb5726d3ac65c897f7ffd692bcf92c0 /mongo.ini
parent9d7ccf740422d3eef48a3c5046c74e122047d783 (diff)
php-pecl-mongo: 1.5.0alpha1 (for remi-test)
Diffstat (limited to 'mongo.ini')
-rw-r--r--mongo.ini11
1 files changed, 1 insertions, 10 deletions
diff --git a/mongo.ini b/mongo.ini
index 1bb81f3..84516a3 100644
--- a/mongo.ini
+++ b/mongo.ini
@@ -6,9 +6,6 @@ extension=mongo.so
; If empty strings ("") should be allowed as key names.
;mongo.allow_empty_keys = 0
-; If persistent connections are allowed.
-;mongo.allow_persistent = 1
-
; The number of bytes-per-chunk.
; This number must be at least 100 less than 4 megabytes (max: 4194204)
;mongo.chunk_size = 262144
@@ -24,7 +21,7 @@ extension=mongo.so
; For replicaset connections: The minimum interval with which the driver
; will send "isMaster" requests to the MongoDB server.
-;mongo.is_master_interval = 60
+;mongo.is_master_interval = 15
; Return a BSON_LONG as an instance of MongoInt64
; (instead of a primitive type).
@@ -36,9 +33,3 @@ mongo.native_long = true
; For replicaset connections: The minimum interval with which the driver
; will send "ping" requests to the MongoDB server.
;mongo.ping_interval = 5
-
-; If an exception should be thrown for non-UTF8 strings.
-; This option will be eliminated and exceptions always thrown for non-UTF8
-; strings starting with version 1.1.0.
-mongo.utf8 = 1
-