Changeset 5894
- Timestamp:
- 03/21/10 02:40:50 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/contrib/package/uhttpd/src/uhttpd-cgi.c
r5892 r5894 358 358 FD_SET(wfd[1], &writer); 359 359 360 timeout.tv_sec = 3;360 timeout.tv_sec = 15; 361 361 timeout.tv_usec = 0; 362 362 … … 521 521 } 522 522 523 /* no activity for 3seconds... looks dead */523 /* no activity for 15 seconds... looks dead */ 524 524 else 525 525 {
