From b1862b85c7b9cbfdd88f81cd2ceab849944079c7 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Tue, 6 Sep 2022 01:59:50 +0200 Subject: [PATCH] no multithreading --- docs/server/env.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/server/env.md b/docs/server/env.md index e3ca436..a8a9e03 100644 --- a/docs/server/env.md +++ b/docs/server/env.md @@ -11,6 +11,8 @@ For example: `export THREADS=8`. Note that this only sets variables for the current shell. To make them run by default on opening any shell, add your commands to ``/etc/profile`` on Linux or use ``setx`` instead of ``set`` on Windows. +!!! WARNING "Multithreading is currently broken, so you should define THREADS=1" + ## Options This list may be incomplete.