Commit afdf5aa4 authored by Bartosz Podrygajlo's avatar Bartosz Podrygajlo

Increase number of DL Actors to 4

This increases the number of concurrent DL slots processed from 2 to 4.
parent 6bd50d6e
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
#define bzero(s,n) (memset((s),0,(n))) #define bzero(s,n) (memset((s),0,(n)))
/// suppress compiler warning for unused arguments /// suppress compiler warning for unused arguments
#define UNUSED(x) (void)x; #define UNUSED(x) (void)x;
#define NUM_DL_ACTORS 2 #define NUM_DL_ACTORS 4
#include "impl_defs_top.h" #include "impl_defs_top.h"
#include "impl_defs_nr.h" #include "impl_defs_nr.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment