We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84ce1c commit 93635d2Copy full SHA for 93635d2
1 file changed
src/SecureNativeOptions.php
@@ -7,7 +7,7 @@ class SecureNativeOptions
7
private $apiUrl = 'https://api.securenative.com/collector/api/v1';
8
private $interval = 1000;
9
private $maxEvents = 1000;
10
- private $timeout = 1500;
+ private $timeout = 3000;
11
private $autoSend = true;
12
private $debugMode = false;
13
0 commit comments