Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Nov 23, 2015
1 parent b40f20b commit 031567f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -27,7 +27,7 @@

<?php
require 'scraperwiki.php';
$endtime = time() + (60); //1h
$endtime = time() + (60 * 60); //1h
for ($id = 1200001; $id <= 1500000; $id++) {
if ($endtime <= time())
{
Expand Down

0 comments on commit 031567f

Please sign in to comment.