--- cvsroot/Coro/myhttpd/access.pl 2001/12/04 02:46:29 1.24 +++ cvsroot/Coro/myhttpd/access.pl 2001/12/04 03:43:54 1.25 @@ -1,8 +1,9 @@ package transferqueue; my @reserve = ( - [ 1_000_000, 1], - [ 10_000_000, 1], + [ 1_200_000, 1], + [ 3_000_000, 1], + [ 75_000_000, 1], ); sub new {