Issue #2334689 by er.pushpinderrana, joachim: Document character limit on lock_aquire() for lock name
parent
8a6142a83d
commit
3bd008b031
|
@ -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).
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue