From 0f5ecee294483fa336290a9ea118dcc15285e0ce Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 23 Jun 2003 13:15:27 +0000 Subject: Implement weights for pings based on their age. --- 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 d6c3234..612dd20 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.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 => { -- cgit v1.2.3