diff options
author | Peter Palfrader <peter@palfrader.org> | 2003-06-23 13:15:27 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2003-06-23 13:15:27 +0000 |
commit | 0f5ecee294483fa336290a9ea118dcc15285e0ce (patch) | |
tree | 9be5f681ede2145a2603e783b200720ca92cff20 /Echolot/Config.pm | |
parent | 369253a2651e60a89baac2f412265e45a14739e4 (diff) |
Implement weights for pings based on their age.
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 d6c3234..612dd20 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.64 2003/06/06 10:41:20 weasel Exp $ +# $Id: Config.pm,v 1.65 2003/06/23 13:14:13 weasel Exp $ # =pod @@ -180,6 +180,7 @@ sub init($) { 'cpunk' => [ qw{cpunk-dsa cpunk-rsa cpunk-clear} ], 'mix' => [ qw{mix} ] }, + pings_weight => [ qw{0.5 1.0 1.0 1.0 1.0 0.9 0.8 0.5 0.3 0.2 0.2 0.1 } ], # templates templates => { |