From b4dd7c530a416561587511c3e6816bbad89833f0 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 16 Oct 2012 10:50:23 -0700 Subject: [PATCH] Tweaked code comment from 557a68838c594ea98bd233f6cc05ff44d80e901e Change-Id: I0b52dde15dc0f4c2ed2e0d009d0dc41f87feddcb --- includes/job/JobQueueDB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.20.1