diff options
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r-- | apps/files/appinfo/remote.php | 4 |
1 files changed, 4 insertions, 0 deletions
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(); |