@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * User: [email protected] |
|
4 | - * Date: 08/01/14 |
|
5 | - */ |
|
3 | + * User: [email protected] |
|
4 | + * Date: 08/01/14 |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | require_once Mage::getModuleDir('controllers', 'Mage_Adminhtml').DS.'CacheController.php'; |
8 | 8 |
@@ -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); |