diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php index 903715d4766..efbad26c9ef 100644 --- a/apps/files/appinfo/remote.php +++ b/apps/files/appinfo/remote.php @@ -27,6 +27,10 @@ * */ +// no php execution timeout for webdav +set_time_limit(0); + + // Backends $authBackend = new \OC\Connector\Sabre\Auth();