voxforge.org
VoxForge Dev

Changeset 38 for trunk

Show
Ignore:
Timestamp:
04/26/07 13:23:19 (2 years ago)
Author:
trevarthan
Message:

Bump up connection timeout. Had to manually submit a few botched submissions due to DNS slowness. This might hopefully solve that.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/submit_audio.php

    r37 r38  
    116116  curl_setopt($ch, CURLOPT_COOKIEJAR, "my_cookies.txt"); 
    117117  curl_setopt($ch, CURLOPT_COOKIEFILE, "my_cookies.txt"); 
    118   curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 7); 
     118  curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 120); 
    119119  curl_setopt($ch, CURLOPT_TIMEOUT, 10); 
    120120  curl_setopt($ch, CURLOPT_FOLLOWLOCATION,1); 
     
    160160  curl_setopt($ch, CURLOPT_COOKIEJAR, "my_cookies.txt"); 
    161161  curl_setopt($ch, CURLOPT_COOKIEFILE, "my_cookies.txt"); 
    162   curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 7); 
     162  curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 120); 
    163163  curl_setopt($ch, CURLOPT_TIMEOUT, 28800); 
    164164  curl_setopt($ch, CURLOPT_FOLLOWLOCATION,1);