Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 78e3d13

Browse files
authored
Update recaptcha.php
1 parent b46269f commit 78e3d13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/recaptcha.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@
4242
/**
4343
*
4444
* The curl timout in seconds to validate a recaptcha token
45+
* @since v3.4.3
4546
*
4647
*/
47-
'curl_timeout' => env('RECAPTCHA_CURL_TIMEOUT', 3),
48+
'curl_timeout' => env('RECAPTCHA_CURL_TIMEOUT', 10),
4849

4950
/**
5051
*
@@ -68,4 +69,4 @@
6869
*
6970
*/
7071
'default_token_parameter_name' => env('RECAPTCHA_DEFAULT_TOKEN_PARAMETER_NAME', 'token')
71-
];
72+
];

0 commit comments

Comments
 (0)