Skip to content

Commit 3bedf8c

Browse files
committed
Updated locking limitation in README.
1 parent 97dbf76 commit 3bedf8c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.rst

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,7 @@ However this redundancy can be easily eliminated in the ``config`` file.
5050
Locking
5151
=======
5252

53-
Locking model implemented in the module is subject to the following limitations:
54-
55-
- Only single-token ``If`` headers are currently supported::
56-
57-
If: (<urn:TOKEN>)
58-
If: <TAG> (<urn:TOKEN>)
59-
60-
The condition is not evaluated to make a request conditional.
61-
It is only used to indicate the client's knowledge of the lock token.
62-
See `RFC4918 If Header`_ for syntax details.
53+
Locking model implemented in the module is subject to the following limitation:
6354

6455
- All currently held locks are kept in a list.
6556
Checking if an object is constrained by a lock requires O(n) operations.

0 commit comments

Comments
 (0)