aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--[-rwxr-xr-x]include/dba/dba_driver.php0
-rw-r--r--[-rwxr-xr-x]include/dba/dba_pdo.php0
-rw-r--r--[-rwxr-xr-x]include/items.php0
-rw-r--r--[-rwxr-xr-x]include/oembed.php0
-rw-r--r--[-rwxr-xr-x]include/plugin.php0
-rw-r--r--include/taxonomy.php4
6 files changed, 2 insertions, 2 deletions
diff --git a/include/dba/dba_driver.php b/include/dba/dba_driver.php
index b96601fec..b96601fec 100755..100644
--- a/include/dba/dba_driver.php
+++ b/include/dba/dba_driver.php
diff --git a/include/dba/dba_pdo.php b/include/dba/dba_pdo.php
index 49f741601..49f741601 100755..100644
--- a/include/dba/dba_pdo.php
+++ b/include/dba/dba_pdo.php
diff --git a/include/items.php b/include/items.php
index 83108455f..83108455f 100755..100644
--- a/include/items.php
+++ b/include/items.php
diff --git a/include/oembed.php b/include/oembed.php
index 1550eaacf..1550eaacf 100755..100644
--- a/include/oembed.php
+++ b/include/oembed.php
diff --git a/include/plugin.php b/include/plugin.php
index c789ad522..c789ad522 100755..100644
--- a/include/plugin.php
+++ b/include/plugin.php
diff --git a/include/taxonomy.php b/include/taxonomy.php
index 88d0a9196..7745b6a5b 100644
--- a/include/taxonomy.php
+++ b/include/taxonomy.php
@@ -357,10 +357,10 @@ function pub_tagadelic($net,$site,$limit,$recent,$safemode,$type) {
$key = __FUNCTION__ . "-" . md5($site . $recent . $safemode . $limit . $type);
- $content = Cache::get($key, '1 MINUTE');
+ $content = Cache::get($key, '5 MINUTE');
if(! $content) {
- $content = Cache::get($key, '1 WEEK');
+ $content = Cache::get($key, '1 MONTH');
$arr = [
"SELECT term, count(term) AS total FROM term LEFT JOIN item ON term.oid = item.id
WHERE term.ttype = %d