]> source.dussan.org Git - nextcloud-server.git/commitdiff
no php execution timeout for webdav
authorThomas Müller <thomas.mueller@tmit.eu>
Thu, 26 Mar 2015 10:55:26 +0000 (11:55 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Thu, 26 Mar 2015 10:55:26 +0000 (11:55 +0100)
apps/files/appinfo/remote.php

index e260f85fdb045191e28365180baddc83d25ee538..e2bc8ec47bd37ee0fd4ccbd6995a859836d78972 100644 (file)
  *
  */
 
+// no php execution timeout for webdav
+set_time_limit(0);
+
+
 // Backends
 $authBackend = new \OC\Connector\Sabre\Auth();