From 6edd0bdc61dd8a3a34ec74247c952f742b272cab Mon Sep 17 00:00:00 2001 From: orignal Date: Fri, 28 Feb 2020 16:26:59 -0500 Subject: [PATCH] sam.singlethread added --- docs/user-guide/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user-guide/configuration.md b/docs/user-guide/configuration.md index 0178047..3ebb40e 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -138,6 +138,7 @@ Option | Description sam.address | The address to listen on (SAM bridge) sam.port | Port of SAM bridge. Usually 7656. SAM is off if not specified sam.enabled | If SAM is enabled. true by default +sam.singlethread | If false every SAM session runs in own thread. true by default ### BOB interface