mirror of
https://github.com/coredns/coredns.git
synced 2025-12-02 16:44:01 -05:00
fix: remove unnecessary conversion (#6258)
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
This commit is contained in:
@@ -45,7 +45,7 @@ func newOptions() *options {
|
||||
return &options{
|
||||
autoReverse: true,
|
||||
ttl: 3600,
|
||||
reload: time.Duration(5 * time.Second),
|
||||
reload: 5 * time.Second,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user