File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -474,18 +474,12 @@ The ``MongoDbStore`` takes the following ``$options`` (depending on the first pa
474
474
Option Description
475
475
============== ================================================================================================
476
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
477
database The name of the database
479
478
collection The name of the collection
480
479
uriOptions Array of URI options for `MongoDBClient::__construct `_
481
480
driverOptions Array of driver options for `MongoDBClient::__construct `_
482
481
============= ================================================================================================
483
482
484
- .. deprecated :: 6.3
485
-
486
- The ``gcProbablity `` option (notice the typo in its name) is deprecated since
487
- Symfony 6.3, use the ``gcProbability `` option instead.
488
-
489
483
When the first parameter is a:
490
484
491
485
``MongoDB\Collection ``:
You can’t perform that action at this time.
0 commit comments