Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d4da90

Browse files
author
Joe Bennett
committed
#27345 Removed initial ttl from options
1 parent 95cf995 commit 8d4da90

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

components/lock.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -239,13 +239,12 @@ This store does not support blocking and expects a TTL to avoid stalled locks::
239239

240240
The ``MongoDbStore`` takes the following ``$options``:
241241

242-
========== ========= =============================================================
243-
Option Default Description
244-
========== ========= =============================================================
245-
database The name of the database [Mandatory]
246-
collection ``lock`` The name of the collection
247-
initialTtl ``300.0`` The expiration delay of locks in seconds
248-
========== ========= =============================================================
242+
========== ======== ===================================
243+
Option Default Description
244+
========== ======== ===================================
245+
database The name of the database [Mandatory
246+
collection ``lock`` The name of the collection
247+
========== ======== ===================================
249248

250249
.. _lock-store-redis:
251250

0 commit comments

Comments
 (0)