Merge pull request #15214 from owncloud/no-php-timeouts-on-webdav-master
no php execution timeout for webdav
This commit is contained in:
commit
d3ed020d34
|
@ -27,6 +27,10 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// no php execution timeout for webdav
|
||||
set_time_limit(0);
|
||||
|
||||
|
||||
// Backends
|
||||
$authBackend = new \OC\Connector\Sabre\Auth();
|
||||
|
||||
|
|
Loading…
Reference in New Issue