From: Miloš Mulač Date: Mon, 16 Oct 2006 15:06:11 +0000 (+0000) Subject: enlarged pool (50 slots) X-Git-Tag: merge_connpool_src~3 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=9b89ca24328f4cd7cb94c11ba776af2917e330ad;p=jra1mw.git enlarged pool (50 slots) --- diff --git a/org.glite.lb.common/interface/connpool.h b/org.glite.lb.common/interface/connpool.h index c47d6bc..fcb437d 100644 --- a/org.glite.lb.common/interface/connpool.h +++ b/org.glite.lb.common/interface/connpool.h @@ -16,7 +16,7 @@ extern "C" { #ifndef EDG_WLL_CONNPOOL_DECLARED #define EDG_WLL_CONNPOOL_DECLARED 1 -#define GLITE_LB_COMMON_CONNPOOL_SIZE 4 +#define GLITE_LB_COMMON_CONNPOOL_SIZE 50 typedef struct _edg_wll_ConnPool {