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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3173762-pcb-max-rows-2.patch | 641 bytes | j3ll3nl |
Comments
Comment #2
j3ll3nlComment #3
harlor commentedThe change makes a lot of sense to me! The patch is exactly how I would do it.
Comment #5
nikunjkotechaComment #7
nikunjkotechaThanks Jelle den Butter and Dominik Wille.