Issue #2334689 by er.pushpinderrana | joachim: Fixed lock_acquire() should give the character limit for the lock name.
parent
deb2590044
commit
e8b5a655a3
|
@ -72,7 +72,7 @@ interface LockBackendInterface {
|
|||
* Acquires a lock.
|
||||
*
|
||||
* @param string $name
|
||||
* Lock name.
|
||||
* Lock name. Limit of name's length is 255 characters.
|
||||
* @param float $timeout = 30.0
|
||||
* (optional) Lock lifetime in seconds.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue