aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.php')
-rw-r--r--config.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/config.php b/config.php
index 4aeb8cc..622cc1e 100644
--- a/config.php
+++ b/config.php
@@ -102,13 +102,6 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array(
* Wird diese Zeile auskommentiert, wird der Link nicht angezeigt
*/
'RELIVE_JSON' => 'configs/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,
);
/**
@@ -500,13 +493,6 @@ $GLOBALS['CONFIG']['SCHEDULE'] = array(
//'ROOMFILTER' => array('Saal 1', 'Saal 2', 'Saal G', 'Saal 6'),
/**
- * APCU-Cache-Zeit in Sekunden
- * Wird diese Zeile auskommentiert, werden die apc_*-Methoden nicht verwendet und
- * der Fahrplan bei jedem Request von der Quelle geladen und geparst
- */
- //'CACHE' => 30*60,
-
- /**
* Skalierung der Programm-Vorschau in Sekunden pro Pixel
*/
'SCALE' => 7,