Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7ce877f

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

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Services/Zencoder/Http.php

Copy file name to clipboardExpand all lines: Services/Zencoder/Http.php
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.