struct Circed::Config::DNSConfig

Included Modules

Defined in:

circed/config/dns_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new #

[View source]

Instance Method Detail

def cache_ttl_seconds : Int32 #

[View source]
def enabled? : Bool #

[View source]
def negative_cache_ttl_seconds : Int32 #

[View source]
def port : Int32 #

[View source]
def queue_size : Int32 #

[View source]
def registration_wait_ms : Int32 #

[View source]
def server : String #

[View source]
def timeout_seconds : Int32 #

[View source]
def workers : Int32 #

[View source]