Skip to content

Commit a676d04

Browse files
authored
Add WP_REDIS_DEFAULT_EXPIRE_SECONDS definition (#59)
1 parent 8667d62 commit a676d04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wp-config/wp-config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
'database' => 0,
122122
];
123123
define('WP_CACHE_KEY_SALT', 'SITE-SHORT:');
124+
define('WP_REDIS_DEFAULT_EXPIRE_SECONDS', 86400);
124125
// disable-updates.php
125126
define('ENABLE_FORCE_CHECK_UPDATE', true);
126127
// Performance Lab

0 commit comments

Comments
 (0)