From e91b8153b762fd077819bbbca1d75773d4bcc8cd Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Tue, 23 May 2017 13:01:30 -0400 Subject: [PATCH] Changed cache time to 30 Days. --- setup/shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/shortcodes.php b/setup/shortcodes.php index 31822ecf..61a247dc 100644 --- a/setup/shortcodes.php +++ b/setup/shortcodes.php @@ -75,7 +75,7 @@ if ( isset( $config['settings'] ) && $config['settings']['enable_members'] ) { 'table' => GLM_MEMBERS_PLUGIN_DB_PREFIX.'settings_general', 'cacheControl' => array( 'active' => true, - 'cacheTime' => '1 HOUR' // MySQL "DATE_ADD" time interval - see https://www.w3schools.com/sql/func_date_add.asp + 'cacheTime' => '30 DAYS' // MySQL "DATE_ADD" time interval - see https://www.w3schools.com/sql/func_date_add.asp ), 'attributes' => array( 'type' => false, -- 2.17.1