diff options
author | Peter Palfrader <peter@palfrader.org> | 2003-02-17 14:44:15 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2003-02-17 14:44:15 +0000 |
commit | 8008d99c22778c8735d4ad24352a61e2d7c17d84 (patch) | |
tree | b0aa01892ca439b02fe54026add3b0ead36c4934 /Echolot/Config.pm | |
parent | 3103f9137c65eeba6a21899a286c957483559860 (diff) |
Collect From: header lines
Diffstat (limited to 'Echolot/Config.pm')
-rw-r--r-- | Echolot/Config.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Echolot/Config.pm b/Echolot/Config.pm index 4b6a6fb..9561d55 100644 --- a/Echolot/Config.pm +++ b/Echolot/Config.pm @@ -1,7 +1,7 @@ package Echolot::Config; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: Config.pm,v 1.57 2003/02/17 07:22:49 weasel Exp $ +# $Id: Config.pm,v 1.58 2003/02/17 14:44:15 weasel Exp $ # =pod @@ -119,6 +119,7 @@ sub init($) { expire_pings => 12*24*60*60, # 12 days expire_thesaurus => 21*24*60*60, # 21 days expire_chainpings => 12*24*60*60, # 12 days + expire_fromlines => 5*24*60*60, # 5 days random_garbage => 8192, |