--- Coro/myhttpd/config.pl.dist 2001/08/14 19:38:25 1.8 +++ Coro/myhttpd/config.pl.dist 2001/08/15 03:06:21 1.9 @@ -7,6 +7,7 @@ $REQ_TIMEOUT = 60; # request timeout $RES_TIMEOUT = 180; # response timeout +$PER_TIMEOUT = 120; # persistent connection timeout $MAX_POOL = 20; # max. number of idle workers