improve doc

This commit is contained in:
Robin Appelman 2015-09-17 14:09:28 +02:00
parent 05fddec022
commit e9b1aa6037
1 changed files with 1 additions and 1 deletions

View File

@ -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