reduce the (default) length of announces to dupe
[spider.git] / perl / AnnTalk.pm
index 84f9c481b6d93672c5ded5dbb1e34333651b4cfb..c075765f6eaf1523fc4a1b022370d527f7a23c5c 100644 (file)
@@ -17,8 +17,8 @@ use DXVars;
 
 use vars qw(%dup $duplth $dupage $filterdef);
 
-$duplth = 60;                                  # the length of text to use in the deduping
-$dupage = 5*3600;                      # the length of time to hold ann dups
+$duplth = 30;                                  # the length of text to use in the deduping
+$dupage = 5*3600;                              # the length of time to hold ann dups
 $filterdef = bless ([
                          # tag, sort, field, priv, special parser 
                          ['by', 'c', 0],