From 1f8d22994cc95f584cb6633e778e2f0155b1d7a1 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 4 Jun 2001 23:18:47 +0000 Subject: [PATCH] bad guess for the number of channels --- src/db/dbCa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/dbCa.c b/src/db/dbCa.c index d5877dad0..23671b4ac 100644 --- a/src/db/dbCa.c +++ b/src/db/dbCa.c @@ -648,7 +648,7 @@ void dbCaTask() int status; taskwdInsert(epicsThreadGetIdSelf(),NULL,NULL); - SEVCHK(ca_context_create(enablePreemption), + SEVCHK(ca_context_create(enablePreemption,32768), "dbCaTask calling ca_context_create"); SEVCHK(ca_add_exception_event(exceptionCallback,NULL), "ca_add_exception_event");