diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/log.h b/src/include/log.h index e522a619c9a..66f346e2fc3 100644 --- a/src/include/log.h +++ b/src/include/log.h @@ -156,7 +156,7 @@ typedef struct { * slot count of one. */ #define SLOT_ACTIVE 1 -#define SLOT_POOL 16 +#define SLOT_POOL 128 uint32_t pool_index; /* Global pool index */ WT_LOGSLOT *slot_array[SLOT_ACTIVE]; /* Active slots */ WT_LOGSLOT slot_pool[SLOT_POOL]; /* Pool of all slots */ |