Commit 30599897 authored by Yerzhan Hn's avatar Yerzhan Hn Committed by GitHub

Reset timeout curl

parent 7455bbfb
...@@ -41,7 +41,7 @@ class NoCaptcha ...@@ -41,7 +41,7 @@ class NoCaptcha
{ {
$this->secret = $secret; $this->secret = $secret;
$this->sitekey = $sitekey; $this->sitekey = $sitekey;
$this->http = new Client([ 'timeout' => 30 ]); $this->http = new Client([ 'timeout' => 2.0 ]);
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment