summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/client_t.h
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2014-06-26 16:52:36 -0400
committerVijay Bellur <vbellur@redhat.com>2014-07-02 10:07:41 -0700
commite4a3566681acbadfe0f7bd879443116885ada4eb (patch)
treed1e1accd7fb35a111f0dfc23f0e364a9eeba6151 /libglusterfs/src/client_t.h
parentaa21473f0ef4a38ed2e4ed3487443788f63fae88 (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: Iff2d92fe1116cc6c6b72ff3d173aee26e69780ed BUG: 1113745 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com> Reviewed-on: http://review.gluster.org/8184 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@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 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