possibly bad guess for the number of channels

This commit is contained in:
Jeff Hill
2001-06-04 23:20:41 +00:00
parent 1f8d22994c
commit 07a767e345
+1 -1
View File
@@ -175,7 +175,7 @@ LOCAL void asCaTask(void)
int status;
taskwdInsert(epicsThreadGetIdSelf(),NULL,NULL);
SEVCHK(ca_context_create(enablePreemption),
SEVCHK(ca_context_create(enablePreemption,1024),
"asCaTask calling ca_context_create");
SEVCHK(ca_add_exception_event(exceptionCallback,NULL),
"ca_add_exception_event");