소스 검색

change deluge timeout to 10

causefx 8 년 전
부모
커밋
f892032858
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      api/functions/deluge.class.php

+ 1 - 1
api/functions/deluge.class.php

@@ -15,7 +15,7 @@ class deluge {
 			CURLOPT_HTTPHEADER => array("Accept: application/json", "Content-Type: application/json"),
 			CURLOPT_ENCODING => "",
 			CURLOPT_COOKIEJAR  => "",
-			CURLOPT_CONNECTTIMEOUT => 5,
+			CURLOPT_CONNECTTIMEOUT => 10,
 			CURLOPT_TIMEOUT => 5,
 			CURLOPT_CAINFO => getCert(),
 	        CURLOPT_SSL_VERIFYHOST => localURL($host) ? 0 : 2,