Completed
Pull Request — devel (#1095)
by Andrew
03:04
created
app/code/community/Nexcessnet/Turpentine/Model/Observer/Cron.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
                 if ($crawlCount > 0
67 67
                     && $timeout > 0
68 68
                     && $batchSize > 0
69
-                    && $crawlCount%$batchSize == 0
69
+                    && $crawlCount % $batchSize == 0
70 70
                 ) {
71 71
                     Mage::helper('turpentine/debug')->logDebug('Crawled '.$crawlCount.' urls, sleeping for '.$timeout.' seconds');
72 72
                     sleep($timeout);
Please login to merge, or discard this patch.