projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
467979a
)
Changed cache time to 30 Days.
author
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 23 May 2017 17:01:30 +0000
(13:01 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 23 May 2017 17:01:30 +0000
(13:01 -0400)
setup/shortcodes.php
patch
|
blob
|
history
diff --git
a/setup/shortcodes.php
b/setup/shortcodes.php
index
31822ec
..
61a247d
100644
(file)
--- 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,