We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff24fb8 commit 49ef81aCopy full SHA for 49ef81a
items.c
@@ -287,7 +287,6 @@ static void item_unlink_q(item *it) {
287
int do_item_link(item *it) {
288
MEMCACHED_ITEM_LINK(ITEM_key(it), it->nkey, it->nbytes);
289
assert((it->it_flags & (ITEM_LINKED|ITEM_SLABBED)) == 0);
290
- assert(it->nbytes < (1024 * 1024)); /* 1MB max size */
291
it->it_flags |= ITEM_LINKED;
292
it->time = current_time;
293
assoc_insert(it);
0 commit comments