diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-06-17 13:51:44 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-06-17 13:51:44 +0000 |
commit | 6aae98332253e18aaec3e20287c7fb71e66f339a (patch) | |
tree | fc84ccdc67f54b7a51dcc1855cb5b1b5fac9665f /Echolot | |
parent | 606cf3a3f7230f15caa4220e49cfbfae8ec00615 (diff) |
Increase the number of remailers that need to list an address before it is added to 6. It was 3 previously.
Diffstat (limited to 'Echolot')
-rw-r--r-- | Echolot/Config.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Echolot/Config.pm b/Echolot/Config.pm index d317006..147e98e 100644 --- a/Echolot/Config.pm +++ b/Echolot/Config.pm @@ -134,7 +134,7 @@ sub init($) { addresses_default_ttl => 5, # getkeyconf seconds (days) check_resurrection_ttl => 8, # check_resurrection seconds (weeks) prospective_addresses_ttl => 5*24*60*60, # 5 days - reliable_auto_add_min => 3, # 3 remailes need to list new address + reliable_auto_add_min => 6, # 6 remailes need to list new address expire_keys => 5*24*60*60, # 5 days expire_confs => 5*24*60*60, # 5 days |