Restore FICTIONEER_SHORTCODE_TRANSIENT_EXPIRATION

It's late.
This commit is contained in:
Tetrakern 2023-08-17 01:32:30 +02:00
parent 299db867e8
commit 018661f8f4

View File

@ -206,7 +206,7 @@ if ( ! defined( 'FICTIONEER_CHAPTER_FOLDING_THRESHOLD' ) ) {
// Integer: Expiration time for shortcode Transients (0 for infinite, -1 to disable)
if ( ! defined( 'FICTIONEER_SHORTCODE_TRANSIENT_EXPIRATION' ) ) {
define( 'FICTIONEER_SHORTCODE_TRANSIENT_EXPIRATION', -1 );
define( 'FICTIONEER_SHORTCODE_TRANSIENT_EXPIRATION', 300 );
}
// Integer: Timeout between refreshes of story comment counts (0 for always)