From 3bd008b0319c98fad591ab5d175889df8033a519 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 15 Sep 2014 06:59:05 -0700 Subject: Issue #2334689 by er.pushpinderrana, joachim: Document character limit on lock_aquire() for lock name --- includes/lock.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/lock.inc') 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). * -- cgit v1.2.3