소스 검색

increase default http request timeout time

Noah Vogt 2 달 전
부모
커밋
0e63f9753a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config/constants.py

+ 1 - 1
config/constants.py

@@ -14,4 +14,4 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 CD_RECORD_FILENAME_ZFILL = 7
-HTTP_REQUEST_TIMEOUT_SECONDS = 3
+HTTP_REQUEST_TIMEOUT_SECONDS = 7