@@ -66,7 +66,7 @@ |
||
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); |