summaryrefslogtreecommitdiff
path: root/includes/lock.inc
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2014-09-15 06:59:05 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2014-09-15 06:59:05 -0700
commit3bd008b0319c98fad591ab5d175889df8033a519 (patch)
tree4b346e0ed245c968903eedc242be470df348dd94 /includes/lock.inc
parent8a6142a83dc826972a2319825545da814f484e04 (diff)
downloadbrdo-3bd008b0319c98fad591ab5d175889df8033a519.tar.gz
brdo-3bd008b0319c98fad591ab5d175889df8033a519.tar.bz2
Issue #2334689 by er.pushpinderrana, joachim: Document character limit on lock_aquire() for lock name
Diffstat (limited to 'includes/lock.inc')
-rw-r--r--includes/lock.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/lock.inc b/includes/lock.inc
index 7dd8db30a..db8456187 100644
--- a/includes/lock.inc
+++ b/includes/lock.inc
@@ -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).
*