Skip to content

Commit 7ce877f

Browse files
author
Michael Christopher
committed
Updating timeout to mirror max response time
1 parent 850f90b commit 7ce877f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Services/Zencoder/Http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function __call($name, $args) {
5757
CURLOPT_INFILESIZE => -1,
5858
CURLOPT_POSTFIELDS => NULL,
5959
CURLOPT_CONNECTTIMEOUT => 30,
60-
CURLOPT_TIMEOUT => 30,
60+
CURLOPT_TIMEOUT => 60,
6161
CURLOPT_SSL_VERIFYPEER => 1,
6262
CURLOPT_SSL_VERIFYHOST => 2
6363
);

0 commit comments

Comments
 (0)