diff options
Diffstat (limited to 'src/tag/Pool.cxx')
-rw-r--r-- | src/tag/Pool.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag/Pool.cxx b/src/tag/Pool.cxx index f0f5c5e8d..5e2af0c79 100644 --- a/src/tag/Pool.cxx +++ b/src/tag/Pool.cxx @@ -32,7 +32,7 @@ Mutex tag_pool_lock; -static constexpr size_t NUM_SLOTS = 4093; +static constexpr size_t NUM_SLOTS = 16127; struct TagPoolSlot { TagPoolSlot *next; |