From 0200cc21a32e0ed87025744066894cdc26f73ff3 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 ee77289..b7e52d0 100644 --- a/config.nims +++ b/config.nims @@ -1,5 +1,6 @@ --define:ssl --define:useStdLib +--threads:off # workaround httpbeast file upload bug --assertions:off