summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-03-26 11:55:26 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-03-26 11:55:26 +0100
commitf9525b153e24aadc87f17814f9b3ecdc48281be2 (patch)
tree5a99fd9457e88d54b60e77fb519d8d7307f09d21 /apps
parent69f14f974b2acd385809b508f22aa5c15e70d801 (diff)
downloadnextcloud-server-f9525b153e24aadc87f17814f9b3ecdc48281be2.tar.gz
nextcloud-server-f9525b153e24aadc87f17814f9b3ecdc48281be2.zip
no php execution timeout for webdav
Diffstat (limited to 'apps')
-rw-r--r--apps/files/appinfo/remote.php4
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();