--- IO-AIO/AIO.pm 2006/10/26 16:28:33 1.80 +++ IO-AIO/AIO.pm 2006/10/27 19:17:23 1.81 @@ -445,7 +445,7 @@ C is a composite request that creates of many sub requests_ C<$maxreq> specifies the maximum number of outstanding aio requests that this function generates. If it is C<< <= 0 >>, then a suitable default -will be chosen (currently 6). +will be chosen (currently 4). On error, the callback is called without arguments, otherwise it receives two array-refs with path-relative entry names. @@ -496,7 +496,7 @@ my $grp = aio_group $cb; - $maxreq = 6 if $maxreq <= 0; + $maxreq = 4 if $maxreq <= 0; # stat once aioreq_pri $pri; @@ -957,10 +957,6 @@ min_parallel 8; -END { - max_parallel 0; -} - 1; =head2 FORK BEHAVIOUR