bjarneo/rip

Open hosts and the json payload once

bjarneo opened this issue · 1 comments

Currently it is opened per requests, which is, well, not performant.
Look into using sync.Once.Do for this.

Actually, we only run hosts once. Fixed for payload.