Issue #2334689 by er.pushpinderrana, joachim: Document character limit on lock_aquire() for lock name

merge-requests/26/head
Jennifer Hodgdon 2014-09-15 06:59:05 -07:00
parent 8a6142a83d
commit 3bd008b031
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ function _lock_id() {
* Acquire (or renew) a lock, but do not block if it fails.
*
* @param $name
* The name of the lock.
* The name of the lock. Limit of name's length is 255 characters.
* @param $timeout
* A number of seconds (float) before the lock expires (minimum of 0.001).
*