dingo icon indicating copy to clipboard operation
dingo copied to clipboard

avoid parallel lookups for same name

Open pforemski opened this issue 7 years ago • 1 comments

During today's DynDNS outage I noticed dingo will issue a query for the same name in all threads given enough applications ask for it (eg. github.com). We should avoid this, eg by letting the query go back / timeout before trying in another thread.

pforemski avatar Oct 21 '16 21:10 pforemski