Skip to content

Commit

Permalink
Increase curl timeout to 10 seconds (only a test).
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcook committed Aug 10, 2011
1 parent 7162d2f commit 1fd7f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bugzilla_stats/bugzilla_stats.php
Expand Up @@ -51,7 +51,7 @@
if ($bugzilla_stats_options !== false) {
$bugzilla_stats_service = new BugzillaStatisticsService(
$bugzilla_stats_options['bugzilla_url'], array(
CURLOPT_TIMEOUT => 3,
CURLOPT_TIMEOUT => 10,
CURLOPT_SSL_VERIFYPEER => false,
)
);
Expand Down

0 comments on commit 1fd7f00

Please sign in to comment.