diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-07-07 00:42:46 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-07-07 00:42:46 +0000 |
commit | e8c0399c6585b4674e61a89fd91ad4edd8a5f6b8 (patch) | |
tree | 13a41c473c297b24bffae47a21ab90dacbd6cc84 /Echolot/Config.pm | |
parent | 78d7b0aef283fca35606616894e7ed24bf1e94ae (diff) |
Expire thesaurus data
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 8c62451..140e22d 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.15 2002/07/06 21:35:04 weasel Exp $ +# $Id: Config.pm,v 1.16 2002/07/07 00:42:46 weasel Exp $ # =pod @@ -94,6 +94,7 @@ sub init($) { expire_keys => 5*24*60*60, # 5 days expire_confs => 5*24*60*60, # 5 days expire_pings => 12*24*60*60, # 12 days + expire_thesaurus => 21*24*60*60, # 21 days storage => { backend => 'File', File => { |