#1167 DNS timeout does not affect per-s2s resolver
Reporter
Zash
Owner
Zash
Created
Updated
Stars
★ (1)
Tags
Status-Fixed
Type-Defect
Priority-Medium
Milestone-0.10
Zash
on
mod_s2s/s2sout does
local dns_timeout = module:get_option_number("dns_timeout", 15);
dns.settimeout(dns_timeout);
However this only applies to the 'default' resolver, not to the resolver created per session.
mod_s2s/s2sout does local dns_timeout = module:get_option_number("dns_timeout", 15); dns.settimeout(dns_timeout); However this only applies to the 'default' resolver, not to the resolver created per session.
Fixed in https://hg.prosody.im/0.10/rev/c72a6226ee31
Changes