From f95b210a51959c6575e5fe5e51de083044d51a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Ander=20Pe=C3=B1alba?= Date: Fri, 5 Dec 2014 13:55:04 +0100 Subject: [PATCH] Use the new chunk param instead of the old chunksize for new Box.com remotes --- Assistant/WebApp/Configurators/WebDAV.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assistant/WebApp/Configurators/WebDAV.hs b/Assistant/WebApp/Configurators/WebDAV.hs index 272b1b280e..cabfac21c2 100644 --- a/Assistant/WebApp/Configurators/WebDAV.hs +++ b/Assistant/WebApp/Configurators/WebDAV.hs @@ -78,7 +78,7 @@ postAddBoxComR = boxConfigurator $ do -- Box.com has a max file size of 100 mb, but -- using smaller chunks has better memory -- performance. - , ("chunksize", "10mb") + , ("chunk", "10mb") ] _ -> $(widgetFile "configurators/addbox.com") #else