X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=dupemerge;a=blobdiff_plain;f=dm6;fp=dm6;h=44dcb9130318e4cad1c007a672f98fd5e6d88303;hp=0dcfab5778d56e17f6be1980d73fef2dc358c3da;hb=b369878412e82690f14c5d0756f62dfd22f30431;hpb=f34e832fb0a9b7bd96cfc05a14edd072bf4b32e0 diff --git a/dm6 b/dm6 index 0dcfab5..44dcb91 100755 --- a/dm6 +++ b/dm6 @@ -104,6 +104,8 @@ sub prepare_parents { } # ext3 cannot handle more than 32000 links to a file. Leave some headroom. +# Arguably this should be configurable, but the losses are miniscule and +# the coding for option support is not. my $link_count_max = 31990; $/ = "\0";