From b4d1334c5f6bbf5d599a209175e93eedd7f779a1 Mon Sep 17 00:00:00 2001 From: Angel Ortega Date: Wed, 28 Nov 2007 10:22:15 +0100 Subject: [PATCH] Set default_sweep to -50000. --- mpdm_v.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpdm_v.c b/mpdm_v.c index 696f7ad..3fc6910 100644 --- a/mpdm_v.c +++ b/mpdm_v.c @@ -422,7 +422,7 @@ int mpdm_startup(void) /* sets the defaults */ mpdm->low_threshold = 16; - mpdm->default_sweep = 16; + mpdm->default_sweep = -50000; mpdm->hash_buckets = 31; /* sets the locale */ -- 2.11.4.GIT