Reduce FICTIONEER_CARD_CACHE_LIMIT default to 40
This commit is contained in:
parent
cdd4b9bd0a
commit
e1863a7650
@ -290,7 +290,7 @@ if ( ! defined( 'FICTIONEER_PARTIAL_CACHE_EXPIRATION_TIME' ) ) {
|
||||
|
||||
// Integer: Maximum number of cards in card cache
|
||||
if ( ! defined( 'FICTIONEER_CARD_CACHE_LIMIT' ) ) {
|
||||
define( 'FICTIONEER_CARD_CACHE_LIMIT', 50 );
|
||||
define( 'FICTIONEER_CARD_CACHE_LIMIT', 40 );
|
||||
}
|
||||
|
||||
// Integer: Time until the card cache expires
|
||||
|
Loading…
x
Reference in New Issue
Block a user