From 5ca98b49fe0d7a1427bb3f10081fc6e26dc6d454 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Thu, 17 Mar 2022 08:44:52 -0500 Subject: [PATCH] [wip] add config.nims with --tlsEmulation:off to check if it helps with perf on Windows --- config.nims | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config.nims diff --git a/config.nims b/config.nims new file mode 100644 index 0000000..bdad7d5 --- /dev/null +++ b/config.nims @@ -0,0 +1,2 @@ +--threads:on +--tlsEmulation:off