From bdbb3ad227a70312655ff74c8bc3181b9c84d2ee Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 28 Jun 2003 13:58:28 +0000 Subject: [PATCH] Decreased EWMA. --- post/graph-http-cache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post/graph-http-cache b/post/graph-http-cache index 39bc104..21092be 100755 --- a/post/graph-http-cache +++ b/post/graph-http-cache @@ -11,7 +11,7 @@ open D, ">$datafile" or die; my @colnames = (); my @ewma = ( 0, 0, 0, 0 ); -my $ew = 0.9; +my $ew = 0.5; my $eww = 1-$ew; while (<>) { chomp; -- 2.39.2