no php execution timeout for webdav

remotes/origin/versions-cleanup
Thomas Müller 10 years ago
parent 69f14f974b
commit f9525b153e
  1. 4
      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();

Loading…
Cancel
Save