Problem/Motivation

When using PCB for me i need 16.000 cache rows per bin (Commerce with products) Because of the default max rows of 5000 i need to enlarge this.

Steps to reproduce

Add More than 5000 cache rows to a pcb bin. The cache will level on 5000 after each get request.

Proposed resolution

Add the same get(){} logig to the permanent cache factory as the databasebackend. Which is easy because it is extended.

CommentFileSizeAuthor
#2 3173762-pcb-max-rows-2.patch641 bytesj3ll3nl

Comments

j3ll3nl created an issue. See original summary.

j3ll3nl’s picture

StatusFileSize
new641 bytes
harlor’s picture

Status: Needs review » Reviewed & tested by the community

The change makes a lot of sense to me! The patch is exactly how I would do it.

  • nikunjkotecha committed fd67bc9 on 8.x-1.x authored by j3ll3nl
    Issue #3173762 by j3ll3nl, Harlor: Max rows check from databasebackend...
nikunjkotecha’s picture

Status: Reviewed & tested by the community » Fixed

  • nikunjkotecha committed aacef75 on 8.x-2.x authored by j3ll3nl
    Issue #3173762 by j3ll3nl, Harlor: Max rows check from databasebackend...
nikunjkotecha’s picture

Thanks Jelle den Butter and Dominik Wille.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.