On Tue, 30 Aug 2016 14:48:03 +0000 Nicola Piazzi wrote: > em is that dns check are made asincronously > if it will be made sincronously it will happen like you said > it is not important slowind down all messages because I save a lot of > query and cpu
Running then synchronously would mean running them consecutively. What I think you want would involve running them asynchronously, but starting them later. This would reduce dns lookups, but scans would generally take longer.