From: Aaron Schulz Date: Tue, 16 Oct 2012 17:50:23 +0000 (-0700) Subject: Tweaked code comment from 557a68838c594ea98bd233f6cc05ff44d80e901e X-Git-Tag: 1.31.0-rc.0~21997 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=b4dd7c530a416561587511c3e6816bbad89833f0;p=lhc%2Fweb%2Fwiklou.git Tweaked code comment from 557a68838c594ea98bd233f6cc05ff44d80e901e Change-Id: I0b52dde15dc0f4c2ed2e0d009d0dc41f87feddcb --- diff --git a/includes/job/JobQueueDB.php b/includes/job/JobQueueDB.php index 21ee16a181..bea4a6f69a 100644 --- a/includes/job/JobQueueDB.php +++ b/includes/job/JobQueueDB.php @@ -29,7 +29,7 @@ */ class JobQueueDB extends JobQueue { const CACHE_TTL = 30; // integer; seconds - const MAX_JOB_RANDOM = 2147483647; // [0, 2^31 - 1] + const MAX_JOB_RANDOM = 2147483647; // 2^31 - 1; used for job_random /** * @see JobQueue::doIsEmpty()