Use only one config thread default, multiple threads is an advanced feature for people who know their system

This commit is contained in:
nakarlsson 2017-05-31 11:09:27 +02:00
parent addb1204b4
commit db5d3eb769
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ extern "C"
/** max. Adapter */
#define EC_MAXLEN_ADAPTERNAME 128
/** define maximum number of concurrent threads in mapping */
#define EC_MAX_MAPT 8
#define EC_MAX_MAPT 1
typedef struct ec_adapter ec_adaptert;
struct ec_adapter