logstash-plugins / logstash-filter-dns

Apache License 2.0
7 stars 28 forks source link

Replace Timeout::timeout block with `Resolv::DNS::timeouts=` #62

Closed robbavey closed 4 years ago

robbavey commented 4 years ago

This commit replaces the use of a Timeout::Timeout block with the '#timeouts=' functionality added to the Resolv::DNS class in Juby-9k.

colinsurprenant commented 4 years ago

LGTM :shipit:

colinsurprenant commented 4 years ago

LGTM²

robbavey commented 4 years ago

Thanks @colinsurprenant, @kares!