1 --- thttpd-2.25b/config.h 2005-06-29 19:53:18.000000000 +0200
2 +++ thttpd/config.h 2006-02-21 21:00:07.000000000 +0100
4 ** or whatever. If you don't want any limit, comment this out, but that's
5 ** probably a really bad idea.
7 -#define CGI_TIMELIMIT 30
8 +#define CGI_TIMELIMIT 600
10 /* CONFIGURE: Maximum number of simultaneous CGI programs allowed.
11 ** If this many are already running, then attempts to run more will
13 ** set in the runtime config file.
20 /* CONFIGURE: How many seconds to allow for reading the initial request
21 ** on a new connection.
23 -#define IDLE_READ_TIMELIMIT 60
24 +#define IDLE_READ_TIMELIMIT 120
26 /* CONFIGURE: How many seconds before an idle connection gets closed.
28 -#define IDLE_SEND_TIMELIMIT 300
29 +#define IDLE_SEND_TIMELIMIT 600
31 /* CONFIGURE: The syslog facility to use. Using this you can set up your
32 ** syslog.conf so that all thttpd messages go into a separate file. Note
34 /* CONFIGURE: Seconds between stats syslogs. If this is undefined then
35 ** no stats are accumulated and no stats syslogs are done.
38 #define STATS_TIME 3600
41 /* CONFIGURE: The mmap cache tries to keep the total number of mapped
42 ** files below this number, so you don't run out of kernel file descriptors.