mirror of
https://codeberg.org/demostf/plugin.git
synced 2026-06-04 09:04:07 +02:00
bumb timeout to 10m
This commit is contained in:
parent
84da6d7721
commit
241d1136eb
2 changed files with 2 additions and 2 deletions
BIN
demostf.smx
BIN
demostf.smx
Binary file not shown.
|
|
@ -14,8 +14,8 @@ public Plugin:myinfo =
|
|||
new CURL_Default_opt[][2] = {
|
||||
{_:CURLOPT_NOSIGNAL,1},
|
||||
{_:CURLOPT_NOPROGRESS,1},
|
||||
{_:CURLOPT_TIMEOUT,120},
|
||||
{_:CURLOPT_CONNECTTIMEOUT,120},
|
||||
{_:CURLOPT_TIMEOUT,600},
|
||||
{_:CURLOPT_CONNECTTIMEOUT,600},
|
||||
{_:CURLOPT_USE_SSL,CURLUSESSL_TRY},
|
||||
{_:CURLOPT_SSL_VERIFYPEER,0},
|
||||
{_:CURLOPT_SSL_VERIFYHOST,0},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue