mirror of
https://github.com/nextcloud/server.git
synced 2026-03-20 17:43:15 -04:00
no php execution timeout for webdav
This commit is contained in:
parent
69f14f974b
commit
f9525b153e
1 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,10 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// no php execution timeout for webdav
|
||||
set_time_limit(0);
|
||||
|
||||
|
||||
// Backends
|
||||
$authBackend = new \OC\Connector\Sabre\Auth();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue