no php execution timeout for webdav

This commit is contained in:
Thomas Müller 2015-03-26 11:55:26 +01:00
parent 69f14f974b
commit f9525b153e
1 changed files with 4 additions and 0 deletions

View File

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