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.
2 parents 8814f69 + bd97718 commit b6bd6caCopy full SHA for b6bd6ca
action.php
@@ -74,6 +74,9 @@ public function convert(Doku_Event $event) {
74
75
// 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);
79
+
80
$this->generatePDF($cache->cache, $title);
81
}
82
0 commit comments