--- Coro/myhttpd/config.pl.dist 2001/11/20 01:56:21 1.23 +++ Coro/myhttpd/config.pl.dist 2001/11/28 03:40:15 1.24 @@ -4,7 +4,7 @@ $TRANSFER_SMALL = 3_000_000; # size of a "small" file $MAX_CONN_IP = 4; # maximum simult. connects per ip -$BLOCKTIME = 86400; # block time +$BLOCKTIME = 60*60*2; # block time $NO_SEGMENTED = 1; # allow segmented downloads? @@ -23,7 +23,10 @@ $CMDSHELL_PORT = 7262; # open a command shell on this port -$BUFSIZE = 256*1024; # buffer size +$WAIT_INTERVAL = 60*5; +$WAIT_BUFSIZE = 512; + +$BUFSIZE = 32*1024; # buffer size $AIO_PARALLEL = 1; # how many reader threads for i/o?