Fix a wrong comment.
parent
3580073fda
commit
65c928dd62
|
@ -68,7 +68,7 @@ class DNSManager::Storage::Zone
|
|||
property refresh : UInt64 = 86400 # #seconds before requesting new zone version (master-slave).
|
||||
property retry : UInt64 = 7200 # #seconds before retry accessing new data from the master.
|
||||
property expire : UInt64 = 3600000 # #seconds slaves should consider master dead.
|
||||
property minttl : UInt64 = 600 # #seconds slaves should consider master dead.
|
||||
property minttl : UInt64 = 600 # #seconds cache lifetime for answers about inexistent records.
|
||||
|
||||
def initialize(@name, @ttl, @mname, @rname,
|
||||
@serial = 0.to_u64,
|
||||
|
|
Loading…
Reference in New Issue