We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260742f commit bd97718Copy full SHA for bd97718
action.php
@@ -72,7 +72,7 @@ public function convert(Doku_Event $event) {
72
$depends = array();
73
$cache = $this->prepareCache($title, $depends);
74
75
- // hard work only when no cache available
+ // hard work only when no cache available or needed for debugging
76
if(!$this->getConf('usecache') || $this->getExportConfig('isDebug') || !$cache->useCache($depends)) {
77
// generating the pdf may take a long time for larger wikis / namespaces with many pages
78
set_time_limit(0);
0 commit comments