We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850f90b commit 7ce877fCopy full SHA for 7ce877f
Services/Zencoder/Http.php
@@ -57,7 +57,7 @@ public function __call($name, $args) {
57
CURLOPT_INFILESIZE => -1,
58
CURLOPT_POSTFIELDS => NULL,
59
CURLOPT_CONNECTTIMEOUT => 30,
60
- CURLOPT_TIMEOUT => 30,
+ CURLOPT_TIMEOUT => 60,
61
CURLOPT_SSL_VERIFYPEER => 1,
62
CURLOPT_SSL_VERIFYHOST => 2
63
);
0 commit comments