File tree 1 file changed +2
-2
lines changed
Filter options
1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ MongoDB Connection String:
327
327
.. note ::
328
328
329
329
The ``collection `` querystring parameter is not part of the `MongoDB Connection String `_ definition.
330
- It is simply used to allow constructing a ``MongoDbStore `` using a `Data Source Name (DSN) `_ without ``$options ``.
330
+ It is used to allow constructing a ``MongoDbStore `` using a `Data Source Name (DSN) `_ without ``$options ``.
331
331
332
332
.. _lock-store-pdo :
333
333
@@ -617,7 +617,7 @@ MongoDbStore
617
617
collection. Beware that in MongoDB an indexed field's value can be
618
618
`a maximum of 1024 bytes in length `_ inclusive of structural overhead.
619
619
620
- A TTL index MUST BE used to automatically clean up expired locks.
620
+ A TTL index must be used to automatically clean up expired locks.
621
621
Such an index can be created manually:
622
622
623
623
.. code-block :: javascript
You can’t perform that action at this time.
0 commit comments