Skip to content

Commit

Permalink
Issue #2334689 by er.pushpinderrana, joachim: Document character limi…
Browse files Browse the repository at this point in the history
…t on lock_aquire() for lock name
  • Loading branch information
jhodgdon-drp committed Sep 15, 2014
1 parent 8a6142a commit 3bd008b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/lock.inc
Expand Up @@ -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).
*
Expand Down

0 comments on commit 3bd008b

Please sign in to comment.