Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Commit7ce877f

Browse files
author
Michael Christopher
committed
Updating timeout to mirror max response time
1 parent850f90b commit7ce877f

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)

[8]ページ先頭

©2009-2025 Movatter.jp