summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/client_t.h
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2014-06-27 08:20:10 -0400
committerNiels de Vos <ndevos@redhat.com>2014-07-07 06:09:22 -0700
commit515113f243c1ff805139f600a98343f21bb2b885 (patch)
tree98c2be98c634292195d0d534ecfeb9de8952225e /libglusterfs/src/client_t.h
parent193d3b348a6c657e51f2a62c8bd9726fb635d582 (diff)
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: I3947fcb948e9ab84d1bb54233e96ea6808620b66 BUG: 1113749 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com> Reviewed-on: http://review.gluster.org/8193 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com> Tested-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Diffstat (limited to 'libglusterfs/src/client_t.h')
-rw-r--r--libglusterfs/src/client_t.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/client_t.h b/libglusterfs/src/client_t.h
index 548081896c0..8e913be27b7 100644
--- a/libglusterfs/src/client_t.h
+++ b/libglusterfs/src/client_t.h
@@ -64,7 +64,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