Home
last modified time | relevance | path

Searched hist:f17690f709e1e20933d22a4da15909d879e9aa13 (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/plugins/extension/
H A DInstaller.phpf17690f709e1e20933d22a4da15909d879e9aa13 Tue Dec 17 13:06:47 UTC 2024 Andreas Gohr <andi@splitbrain.org> Extension Manager: set a larger timeout

When loading large plugins, like the dw2pdf plugin, a timout of 25
seconds may not be enough on slow connections. This increases the limit
to 5 second short of 4 minutes.

On CLI this should not be an issue at all, on web SAPIs we need to
increase the execution time first, only if that succeeds (might be
disabled on some hosts) the limit is increased.

This replaces PR #4377