Changed cache time to 30 Days.
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 23 May 2017 17:01:30 +0000 (13:01 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 23 May 2017 17:01:30 +0000 (13:01 -0400)
setup/shortcodes.php

index 31822ec..61a247d 100644 (file)
@@ -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,