diff --git a/src/tag/TagPool.cxx b/src/tag/TagPool.cxx index 29f605337..dc8cc5551 100644 --- a/src/tag/TagPool.cxx +++ b/src/tag/TagPool.cxx @@ -29,7 +29,7 @@ Mutex tag_pool_lock; -static constexpr size_t NUM_SLOTS = 4096; +static constexpr size_t NUM_SLOTS = 4093; struct TagPoolSlot { TagPoolSlot *next;