Merge pull request #15214 from owncloud/no-php-timeouts-on-webdav-master

no php execution timeout for webdav
This commit is contained in:
Morris Jobke 2015-03-26 20:18:01 +01:00
commit d3ed020d34
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@
* *
*/ */
// no php execution timeout for webdav
set_time_limit(0);
// Backends // Backends
$authBackend = new \OC\Connector\Sabre\Auth(); $authBackend = new \OC\Connector\Sabre\Auth();