Skip to content

Commit 93635d2

Browse files
committed
Changed requests timeout
1 parent b84ce1c commit 93635d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SecureNativeOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class SecureNativeOptions
77
private $apiUrl = 'https://api.securenative.com/collector/api/v1';
88
private $interval = 1000;
99
private $maxEvents = 1000;
10-
private $timeout = 1500;
10+
private $timeout = 3000;
1111
private $autoSend = true;
1212
private $debugMode = false;
1313

0 commit comments

Comments
 (0)