@@ -6,7 +6,7 @@ |
||
6 | 6 | 'base_uri' => 'https://api.resova.eu/v1', |
7 | 7 | 'user_agent' => 'Laravel wrapper of Resova PHP Client', |
8 | 8 | 'timeout' => 20, |
9 | - 'tries' => 2, // Count of tries |
|
9 | + 'tries' => 2, // Count of tries |
|
10 | 10 | 'seconds' => 10, // Waiting time per each try |
11 | 11 | 'verbose' => false, |
12 | 12 | 'debug' => false, |