I think the problem is within the httpClient library. Even this small snippet
executes very slow:
import httpClient
let client = newHttpClient()
echo client.getContent("http://ident.me") # returns your ip
RunNeither d:danger or d:release helped. The original project I tried running was a telegram bot, which also uses httpClient.
