aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.php b/config.php
index af427d7..7acfe4d 100644
--- a/config.php
+++ b/config.php
@@ -82,6 +82,13 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array(
* Wird beides auskommentiert, wird der Link nicht angezeigt
*/
'RELIVE_JSON' => 'http://vod.c3voc.de/index.json',
+
+ /**
+ * APCU-Cache-Zeit in Sekunden
+ * Wird diese Zeile auskommentiert, werden die apc_*-Methoden nicht verwendet und
+ * das Relive-Json bei jedem Request von der Quelle geladen und geparst
+ */
+ 'RELIVE_JSON_CACHE' => 30*60,
);
/**