Skip to content

Commit

Permalink
Increased the timeout for bulk csv download
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeenan committed Mar 10, 2016
1 parent 02bbd1e commit 6db7f54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/blocked.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
<div class="translucent">
<h1>Oops...</h1>
<p>Your test request was intercepted by our abuse filters (or because we need to talk to you about how you are submitting tests or the volume of tests you are submitting).
<br><br>Most free web hosts have been blocked from testing because of excessive link spam. If you are trying to test with an URL-shortener (t.co, goo.gl, bit.ly, etc) then those are also blocked, please test the URL directly.
<br><br>Most free web hosts have been blocked from testing because of excessive link spam and YouTube has also been blocked due to spammers abusing WebPageTest to inflate video views.
If you are trying to test with an URL-shortener (t.co, goo.gl, bit.ly, etc) then those are also blocked, please test the URL directly.
<?php if($settings['contact']) echo '<br><br>If there is a site you want tested that was blocked, please <a href="mailto:' . $settings['contact'] . '">contact us</a>'. ' and send us your IP address (below) and URL that you are trying to test'; ?>.</p>
<p>
Your IP address: <b><?php echo $_SERVER['REMOTE_ADDR']; ?></b><br>
Expand Down
1 change: 1 addition & 0 deletions www/csv.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require_once('page_data.inc');
require_once('object_detail.inc');
require_once('./video/visualProgress.inc.php');
set_time_limit(3600);

$sentHeader = false;
$hasCSV = null;
Expand Down

0 comments on commit 6db7f54

Please sign in to comment.