From: Chuck Scott Date: Tue, 23 May 2017 17:01:30 +0000 (-0400) Subject: Changed cache time to 30 Days. X-Git-Tag: v2.9.16^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e91b8153b762fd077819bbbca1d75773d4bcc8cd;p=WP-Plugins%2Fglm-member-db.git Changed cache time to 30 Days. --- 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,