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

seq: DEFAULT_QUEUE_SIZE rolled back to 100 for compatibility

Silently changing the meaning of a user program is not nice. Besides,
using the implicit default queue size is deprecated anyway.
parent a9fa6365
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ extern "C" {
#define NOEVFLAG 0 /* argument to pvSync to remove sync */
#define DEFAULT_QUEUE_SIZE 2 /* default queue size (elements) */
#define DEFAULT_QUEUE_SIZE 100 /* default queue size (elements) */
#define DEFAULT_TIMEOUT 10.0 /* default timeout for SYNC operations */
......
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