Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
390d44fa
Commit
390d44fa
authored
Aug 04, 2003
by
Per Cederqvist
Browse files
(lyskomd_start): Set the "DNS log threshold" to one hour, to avoid
that it interferes with the test suite.
parent
f7a4d5a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/testsuite/config/unix.exp
View file @
390d44fa
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment