From e59d79e546de5a91accbe0924b56220969a489fb Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 20 Feb 2003 19:39:04 +0000 Subject: Print status summary to log daily --- Echolot/Config.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Echolot/Config.pm') 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 -# $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 -- cgit v1.2.3