nextcloud/lib/private/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
..
AbstractLockingProvider.php Update with robin 2016-07-21 18:13:58 +02:00
DBLockingProvider.php Update license headers 2017-11-06 16:56:19 +01:00
MemcacheLockingProvider.php prevent lock values from going negative with memcache backend 2018-07-10 17:50:45 +02:00
NoopLockingProvider.php Update with robin 2016-07-21 18:13:58 +02:00