Skip to content

Commit 92a0da7

Browse files
authored
Merge pull request #67 from codex-team/feature/change-default-timeout
Change default timeout (10 -> 2 sec)
2 parents 0d83b51 + 9723921 commit 92a0da7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "PHP errors Catcher module for Hawk.so",
44
"keywords": ["hawk", "php", "error", "catcher"],
55
"type": "library",
6-
"version": "2.2.7",
6+
"version": "2.2.8",
77
"license": "MIT",
88
"require": {
99
"ext-curl": "*",

src/Options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Options
4242
/**
4343
* @var int
4444
*/
45-
private $timeout = 10;
45+
private $timeout = 2;
4646

4747
/**
4848
* Map of accepted option keys to class properties.

0 commit comments

Comments
 (0)