mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
idle timeout is in milliseconds, fix test config.
git-svn-id: file:///svn/unbound/trunk@4818 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
a2961e50fb
commit
aa5efa172d
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ server:
|
||||||
chroot: ""
|
chroot: ""
|
||||||
username: ""
|
username: ""
|
||||||
do-not-query-localhost: no
|
do-not-query-localhost: no
|
||||||
tcp-idle-timeout: 2
|
tcp-idle-timeout: 2000
|
||||||
|
|
||||||
forward-zone:
|
forward-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue