From 07a767e3451cd268d3d8ef7a71749a051eb6683a Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 4 Jun 2001 23:20:41 +0000 Subject: [PATCH] possibly bad guess for the number of channels --- src/as/asCa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/asCa.c b/src/as/asCa.c index 9ac266521..c205d34d5 100644 --- a/src/as/asCa.c +++ b/src/as/asCa.c @@ -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");