summaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-03-04 15:42:35 +0100
committerMorris Jobke <hey@morrisjobke.de>2016-03-04 15:52:23 +0100
commit138219d74a2a98f9fcc3e875658c3b6c259340d9 (patch)
treeb4f0639767f0eac7f3b10e5325618ab368c175c0 /version.php
parent8be6054e5ce8aeffd6e305317e57e2747f7909ea (diff)
downloadnextcloud-server-138219d74a2a98f9fcc3e875658c3b6c259340d9.tar.gz
nextcloud-server-138219d74a2a98f9fcc3e875658c3b6c259340d9.zip
Run cleanup of expired DB file locks to background job
* fixes #22819 The old way fired a DELETE statement on each destruction of the DBLockingProvider. Which could cause a lot of queries. It's enough to run this every 5 minutes in a background job, which in the end could result in file locks that exists 5 minutes longer - in the worst case and for not properly released locks. This makes the DB based locking a lot more performant and could result in a similar performance to the Redis based locking provider.
Diffstat (limited to 'version.php')
0 files changed, 0 insertions, 0 deletions