aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorMaZderMind2015-04-04 13:41:05 +0200
committerMaZderMind2015-04-04 13:41:05 +0200
commit69c2ec30e6131a2ad205a4a1b77abcbed40c7670 (patch)
tree8cc4ce94fa95557767e42ad0ba61d20a2a17aa1f /config.php
parent6913b01e5d9a062ac49553b02226f82c0171661c (diff)
Disable Caches by Default
They make development a lot more complicated and are not needed in the usual c3voc-Deployment
Diffstat (limited to 'config.php')
-rw-r--r--config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.php b/config.php
index f35f25e..02f8aa5 100644
--- a/config.php
+++ b/config.php
@@ -88,7 +88,7 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array(
* 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,
+ //'RELIVE_JSON_CACHE' => 30*60,
);
/**
@@ -466,7 +466,7 @@ $GLOBALS['CONFIG']['SCHEDULE'] = array(
* 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,
+ //'CACHE' => 30*60,
/**
* Skalierung der Programm-Vorschau in Sekunden pro Pixel