Skip to content
Snippets Groups Projects
Commit 3b3f6c64 authored by benjamin.franksen's avatar benjamin.franksen
Browse files

changed DEFAULT_QUEUE_SIZE from 100 to 2

parent 6d7ef7d6
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ extern "C" {
#define NOEVFLAG 0 /* argument to pvSync to remove sync */
#define DEFAULT_QUEUE_SIZE 100 /* default queue size (elements) */
#define DEFAULT_QUEUE_SIZE 2 /* default queue size (elements) */
/* I/O completion type (extra argument passed to seq_pvGet() and seq_pvPut()) */
enum compType {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment