diff options
author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2014-06-26 16:52:36 -0400 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-07-02 10:07:41 -0700 |
commit | e4a3566681acbadfe0f7bd879443116885ada4eb (patch) | |
tree | d1e1accd7fb35a111f0dfc23f0e364a9eeba6151 /libglusterfs/src/client_t.h | |
parent | aa21473f0ef4a38ed2e4ed3487443788f63fae88 (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.h | 2 |
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 |