Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8d4da90

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

File tree

1 file changed

+6
-7
lines changed
Filter options

1 file changed

+6
-7
lines changed

‎components/lock.rst

Copy file name to clipboardExpand all lines: components/lock.rst
+6-7Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.