From dbd4e374282c050f16bdc4aea0eb7c2972a5087c Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 14 Feb 2003 05:14:43 +0000 Subject: Have chainpinger_interval and chainping_every_nth_time --- Echolot/Config.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Echolot/Config.pm b/Echolot/Config.pm index cd5412c..4138472 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.47 2003/02/14 05:03:15 weasel Exp $ +# $Id: Config.pm,v 1.48 2003/02/14 05:14:43 weasel Exp $ # =pod @@ -97,6 +97,9 @@ sub init($) { pinger_interval => 5*60, # send out pings every 5 minutes ping_every_nth_time => 48, # send out pings to the same remailer every 48 calls, i.e. every 4 hours + chainpinger_interval => 5*60, # send out pings every 5 minutes + chainping_every_nth_time => 810, # send out pings to the same chain every 810 calls, i.e. every 3 days + addresses_default_ttl => 5, # getkeyconf seconds (days) check_resurrection_ttl => 8, # check_resurrection seconds (weeks) prospective_addresses_ttl => 5*24*60*60, # 5 days -- cgit v1.2.3