diff options
-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 e260f85fdb0..e2bc8ec47bd 100644 --- a/apps/files/appinfo/remote.php +++ b/apps/files/appinfo/remote.php @@ -23,6 +23,10 @@ * */ +// no php execution timeout for webdav +set_time_limit(0); + + // Backends $authBackend = new \OC\Connector\Sabre\Auth(); |