improve doc
This commit is contained in:
parent
05fddec022
commit
e9b1aa6037
|
@ -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 New Issue