2017-11-22 17 views
0

-max-time을 사용하지 않고 연결 한 후 서버로부터 응답이 없으면 연결을 종료하려고합니다.max-time을 제외하고 설정된 컬 연결을 시간 종료하는 방법

내 서버에 10GB 파일을 다운로드하는데 10 분이 소요되는 이유는 무엇입니까? 그래서 1Mb 파일을 다운로드하고 연결이 지연되면 최대 시간을 기다리는 대신 시간 초과가 연결을 종료해야합니까?

답변

0

당신은 좋아할 것

-Y, --speed-limit <speed> 
    If a download is slower than this given speed (in bytes per second) for speed-time 
    seconds it gets aborted. speed-time is set with -y, --speed-time and is 30 if not 
    set. 

-y, --speed-time <seconds> 
    If a download is slower than speed-limit bytes per second during a speed-time 
    period, the download gets aborted. If speed-time is used, the default speed-limit 
     will be 1 unless set with -Y, --speed-limit.