- set single-threaded as default configuration

pull/6/head
Michael Zillgith 9 years ago
parent 6a318616c3
commit 8a925e754f

@ -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

Loading…
Cancel
Save