Tweaked code comment from 557a68838c594ea98bd233f6cc05ff44d80e901e
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 16 Oct 2012 17:50:23 +0000 (10:50 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 16 Oct 2012 17:50:32 +0000 (10:50 -0700)
Change-Id: I0b52dde15dc0f4c2ed2e0d009d0dc41f87feddcb

includes/job/JobQueueDB.php

index 21ee16a..bea4a6f 100644 (file)
@@ -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()