--- trunk/bin/shards.pl 2009/11/08 14:47:48 193 +++ trunk/bin/shards.pl 2009/11/08 16:14:53 194 @@ -9,6 +9,6 @@ Sack::Shards->new( path => '/data/isi/full.txt', - limit => 1000, + limit => shift @ARGV || 1000, );