Changeset 5894

Show
Ignore:
Timestamp:
03/21/10 02:40:50 (3 years ago)
Author:
jow
Message:

uhttpd: relax cgi timeout

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/contrib/package/uhttpd/src/uhttpd-cgi.c

    r5892 r5894  
    358358                FD_SET(wfd[1], &writer); 
    359359 
    360                 timeout.tv_sec = 3; 
     360                timeout.tv_sec = 15; 
    361361                timeout.tv_usec = 0; 
    362362 
     
    521521                } 
    522522 
    523                 /* no activity for 3 seconds... looks dead */ 
     523                /* no activity for 15 seconds... looks dead */ 
    524524                else 
    525525                {