diff options
Diffstat (limited to 'libglusterfs/src/inode.h')
| -rw-r--r-- | libglusterfs/src/inode.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/inode.h b/libglusterfs/src/inode.h index 7dda0401dcb..5dced800616 100644 --- a/libglusterfs/src/inode.h +++ b/libglusterfs/src/inode.h @@ -28,7 +28,7 @@  #include <stdint.h>  #include <sys/types.h> -#define DEFAULT_INODE_MEMPOOL_ENTRIES   16384 +#define DEFAULT_INODE_MEMPOOL_ENTRIES   32 * 1024  struct _inode_table;  typedef struct _inode_table inode_table_t;  | 
