From e4a3566681acbadfe0f7bd879443116885ada4eb Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Thu, 26 Jun 2014 16:52:36 -0400 Subject: libglusterfs/client_t: cliententries are never expanded clienttable->cliententries are never expanded once all the available entries have been used. Also removed a couple chatty log messages. Change-Id: Iff2d92fe1116cc6c6b72ff3d173aee26e69780ed BUG: 1113745 Signed-off-by: Kaleb S. KEITHLEY Reviewed-on: http://review.gluster.org/8184 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- libglusterfs/src/client_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs/src/client_t.h') diff --git a/libglusterfs/src/client_t.h b/libglusterfs/src/client_t.h index 4113b9da96c..2accf0c6fc2 100644 --- a/libglusterfs/src/client_t.h +++ b/libglusterfs/src/client_t.h @@ -66,7 +66,7 @@ struct clienttable { }; typedef struct clienttable clienttable_t; -#define GF_CLIENTTABLE_INITIAL_SIZE 32 +#define GF_CLIENTTABLE_INITIAL_SIZE 128 /* Signifies no more entries in the client table. */ #define GF_CLIENTTABLE_END -1 -- cgit