Use the new chunk param instead of the old chunksize for new Box.com remotes

This commit is contained in:
Jon Ander Peñalba 2014-12-05 13:55:04 +01:00
parent bf84014bce
commit f95b210a51

View file

@ -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