From 8a925e754f49824bc9000c25ea892e277814c33a Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Sat, 11 Jun 2016 20:40:17 +0200 Subject: [PATCH] - set single-threaded as default configuration --- config/stack_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/stack_config.h b/config/stack_config.h index 7a6ebac9..c414690d 100644 --- a/config/stack_config.h +++ b/config/stack_config.h @@ -36,7 +36,7 @@ * 0 ==> server runs in multi-threaded mode (one thread for each connection and * one server background thread ) */ -#define CONFIG_MMS_SINGLE_THREADED 0 +#define CONFIG_MMS_SINGLE_THREADED 1 /* * Optimize stack for threadless operation - don't use semaphores