From 390d44fa2dcc09e613f12b30806813105a68b965 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Mon, 4 Aug 2003 05:52:32 +0000
Subject: [PATCH] (lyskomd_start): Set the "DNS log threshold" to one hour, to
 avoid 	that it interferes with the test suite.

---
 src/server/testsuite/config/unix.exp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/server/testsuite/config/unix.exp b/src/server/testsuite/config/unix.exp
index 2ebdee5ee..c30f7373f 100644
--- a/src/server/testsuite/config/unix.exp
+++ b/src/server/testsuite/config/unix.exp
@@ -534,6 +534,9 @@ proc lyskomd_start {{aux_item_conf_file ""} \
         if { [regexp -nocase "Max texts" $extra_config] == 0 } {
             puts $cf "Max texts: 20000"
         }
+	if { [regexp -nocase "DNS log threshold" $extra_config] == 0 } {
+	    puts $cf "DNS log threshold: 3600"
+	}
         puts $cf "Aux-item definition file: $aux_item_conf_file"
     } else {
         puts $cf $base_config
-- 
GitLab