Skip to content

Commit

Permalink
Increase timeouts to prevent connection errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jakegtt committed Dec 10, 2018
1 parent c1458fe commit a24f11b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions woopra_tracker.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ class WoopraTracker {
"cookie_value" => "",
"app" => "",
"woopra_url" => "https://www.woopra.com/track/",
'connect_timeout' => 1,
'timeout' => 3,
'connect_timeout' => 2,
'timeout' => 4,
);

/**
Expand Down

0 comments on commit a24f11b

Please sign in to comment.