File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -473,13 +473,13 @@ The ``MongoDbStore`` takes the following ``$options`` (depending on the first pa
473
473
============== ================================================================================================
474
474
Option Description
475
475
============== ================================================================================================
476
- gcProbability Should a TTL Index be created expressed as a probability from 0.0 to 1.0 (Defaults to ``0.001 ``)
477
- gcProbablity Same as ``gcProbability ``, see the deprecation note below
478
- database The name of the database
479
- collection The name of the collection
480
- uriOptions Array of URI options for `MongoDBClient::__construct `_
481
- driverOptions Array of driver options for `MongoDBClient::__construct `_
482
- ============= ================================================================================================
476
+ gcProbability Should a TTL Index be created expressed as a probability from 0.0 to 1.0 (Defaults to ``0.001 ``)
477
+ gcProbablity Same as ``gcProbability ``, see the deprecation note below
478
+ database The name of the database
479
+ collection The name of the collection
480
+ uriOptions Array of URI options for `MongoDBClient::__construct `_
481
+ driverOptions Array of driver options for `MongoDBClient::__construct `_
482
+ ============= ================================================================================================
483
483
484
484
.. deprecated :: 6.3
485
485
You can’t perform that action at this time.
0 commit comments