From f9525b153e24aadc87f17814f9b3ecdc48281be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Thu, 26 Mar 2015 11:55:26 +0100 Subject: [PATCH] no php execution timeout for webdav --- apps/files/appinfo/remote.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php index e260f85fdb..e2bc8ec47b 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();