From 3d39ab20b69062a3ec1fc45f9066a3f4700de38f Mon Sep 17 00:00:00 2001 From: "benjamin.franksen" <benjamin.franksen@helmholtz-berlin.de> Date: Wed, 9 Oct 2013 20:10:57 +0000 Subject: [PATCH] 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. --- src/seq/seqCom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seq/seqCom.h b/src/seq/seqCom.h index f818b765..6fae624a 100644 --- a/src/seq/seqCom.h +++ b/src/seq/seqCom.h @@ -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 */ -- GitLab