mirror of
https://github.com/nextcloud/server.git
synced 2026-04-02 07:35:13 -04:00
improve doc
This commit is contained in:
parent
05fddec022
commit
e9b1aa6037
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class DBLockingProvider extends AbstractLockingProvider {
|
|||
*/
|
||||
private $timeFactory;
|
||||
|
||||
const TTL = 3600; // how long until we clear stray locks
|
||||
const TTL = 3600; // how long until we clear stray locks in seconds
|
||||
|
||||
/**
|
||||
* @param \OCP\IDBConnection $connection
|
||||
|
|
|
|||
Loading…
Reference in a new issue