diff options
author | Peter Palfrader <peter@palfrader.org> | 2003-02-20 19:39:04 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2003-02-20 19:39:04 +0000 |
commit | e59d79e546de5a91accbe0924b56220969a489fb (patch) | |
tree | 00d7f52b85c60a9737db33ced56252b076a27dea /Echolot/Config.pm | |
parent | 18a1444d32eb29599865fdb651cc73ab846300e7 (diff) |
Print status summary to log dailysnapshot/2003-02-20
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 70b7523..c64f295 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.60 2003/02/18 06:57:07 weasel Exp $ +# $Id: Config.pm,v 1.61 2003/02/20 19:39:03 weasel Exp $ # =pod @@ -95,6 +95,7 @@ sub init($) { getkeyconf_interval => 5*60, # send out requests every 5 minutes getkeyconf_every_nth_time => 24*60/5, # send out the same request to the same remailer once a day check_resurrection => 7*24*60*60, # weekly + summary => 24*60*60, # daily metadata_backup => 8*60*60, # make backups of metadata and rotate them every 8 hours metadata_backup_count => 32, # keep 32 rotations of metadata |