summaryrefslogtreecommitdiff
path: root/Echolot/Config.pm
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-13 23:38:16 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-13 23:38:16 +0000
commit96612562db8bfd4bb156b285606f7de6fd08c27f (patch)
treee8b5ce232df6b0d26e2d6cf8ee9ac99d397d73ce /Echolot/Config.pm
parentf1f424289aba1175cec0839000d9dfd167b9a810 (diff)
Added commands buildstats buildkeys and buildthesaurus
Diffstat (limited to 'Echolot/Config.pm')
-rw-r--r--Echolot/Config.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Echolot/Config.pm b/Echolot/Config.pm
index 06460f5..42af3e0 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.24 2002/07/13 20:35:50 weasel Exp $
+# $Id: Config.pm,v 1.25 2002/07/13 23:37:55 weasel Exp $
#
=pod
@@ -78,11 +78,11 @@ sub init($) {
ping_every_nth_time => 48, # send out pings to the same remailer every 48 calls, i.e. every 4 hours
buildstats => 5*60, # build statistics every 5 minutes
buildkeys => 8*60*60, # build keyring every 8 hours
+ buildthesaurus => 60*60, # hourly
commitprospectives => 8*60*60, # commit prospective addresses every 8 hours
expire => 24*60*60, # daily
getkeyconf => 24*60*60, # daily
check_resurrection => 7*24*60*60, # weekly
- build_thesaurus => 60*60, # hourly
resultdir => 'results',
thesaurusdir => 'results/thesaurus',