nextcloud/tests/lib/Lock
Robin Appelman 1fa6115779
prevent lock values from going negative with memcache backend
This can be caused by the code releasing more locks then it acquires,
once the lock value becomes negative it's likely that it will never be able
to change into an exclusive lock again.

Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-07-10 17:50:45 +02:00
..
DBLockingProviderTest.php
LockingProvider.php prevent lock values from going negative with memcache backend 2018-07-10 17:50:45 +02:00
MemcacheLockingProviderTest.php