From 9b89ca24328f4cd7cb94c11ba776af2917e330ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Mon, 16 Oct 2006 15:06:11 +0000 Subject: [PATCH] enlarged pool (50 slots) --- org.glite.lb.common/interface/connpool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 1.8.2.3