Go to the source code of this file.
Variables | |
$optionsWithArgs = array( 'fake-job' ) | |
if(!$args) | $client = new Net_Gearman_Client( $args ) |
$batchSize = 1000 | |
$dbr = wfGetDB( DB_SLAVE ) | |
$startId = 0 | |
$endId = $dbr->selectField( 'page', 'MAX(page_id)', false, __METHOD__ ) |
$batchSize = 1000 |
Definition at line 12 of file gearmanRefreshLinks.php.
if (!$args) $client = new Net_Gearman_Client( $args ) |
Definition at line 11 of file gearmanRefreshLinks.php.
$dbr = wfGetDB( DB_SLAVE ) |
Definition at line 14 of file gearmanRefreshLinks.php.
$endId = $dbr->selectField( 'page', 'MAX(page_id)', false, __METHOD__ ) |
Definition at line 16 of file gearmanRefreshLinks.php.
Referenced by TrackBlobs::findOrphanBlobs(), BacklinkCache::getLinks(), HTMLCacheUpdate::invalidate(), TrackBlobs::trackOrphanText(), and TrackBlobs::trackRevisions().
$optionsWithArgs = array( 'fake-job' ) |
Definition at line 3 of file gearmanRefreshLinks.php.
$startId = 0 |
Definition at line 15 of file gearmanRefreshLinks.php.
Referenced by compressWithConcat(), RecompressTracked::doAllOrphans(), RecompressTracked::doAllPages(), RecompressTracked::doPage(), TrackBlobs::findOrphanBlobs(), RecompressTracked::finishIncompleteMoves(), BacklinkCache::getLinks(), HTMLCacheUpdate::invalidate(), TrackBlobs::trackOrphanText(), and TrackBlobs::trackRevisions().