Skip to content

Commit

Permalink
Merge pull request #67 from codex-team/feature/change-default-timeout
Browse files Browse the repository at this point in the history
Change default timeout (10 -> 2 sec)
  • Loading branch information
pavelzotikov authored Dec 5, 2024
2 parents 0d83b51 + 9723921 commit 92a0da7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "PHP errors Catcher module for Hawk.so",
"keywords": ["hawk", "php", "error", "catcher"],
"type": "library",
"version": "2.2.7",
"version": "2.2.8",
"license": "MIT",
"require": {
"ext-curl": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Options
/**
* @var int
*/
private $timeout = 10;
private $timeout = 2;

/**
* Map of accepted option keys to class properties.
Expand Down

0 comments on commit 92a0da7

Please sign in to comment.