From f1004b93b10bcfd1ac09dcc071c8fffe70784dde Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Tue, 5 Jul 2022 15:15:38 +0800 Subject: [PATCH] add `threads:off` to config file (#662) --- config.nims | 1 + 1 file changed, 1 insertion(+) diff --git a/config.nims b/config.nims index ee77289f4..b7e52d06f 100644 --- a/config.nims +++ b/config.nims @@ -1,5 +1,6 @@ --define:ssl --define:useStdLib +--threads:off # workaround httpbeast file upload bug --assertions:off