diff options
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 |