aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-12-15 10:32:16 +0100
committerToni Uhlig <matzeton@googlemail.com>2020-12-15 10:32:16 +0100
commitb37cafe910bfc2aee355a84d960b5bd6cfc81ce3 (patch)
treefdeea3f1e554e99757bc80009b43104173478f53 /config.h
parentcda7124fa569a8890c2ad39841f9e07c6d6b2d70 (diff)
Improved testing capabilities via Makefile.
* increased nDPId_MAX_READER_THREADS to 32 Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index c60780447..aa635515b 100644
--- a/config.h
+++ b/config.h
@@ -14,7 +14,7 @@
#define nDPId_MAX_FLOWS_PER_THREAD 4096
#define nDPId_MAX_IDLE_FLOWS_PER_THREAD 512
#define nDPId_TICK_RESOLUTION 1000
-#define nDPId_MAX_READER_THREADS 8
+#define nDPId_MAX_READER_THREADS 32
#define nDPId_IDLE_SCAN_PERIOD 10000 /* 10 sec */
#define nDPId_IDLE_TIME 600000 /* 600 sec */
#define nDPId_POST_END_FLOW_TIME 60000 /* 60 sec */