As long as you don’t compile with `—threads:on` then jester will run single threaded (and the compiler will only report a warning).
To fix this to work with threads you should use a threadvar, and initialise the DB connection in each thread.
As long as you don’t compile with `—threads:on` then jester will run single threaded (and the compiler will only report a warning).
To fix this to work with threads you should use a threadvar, and initialise the DB connection in each thread.