This commit is contained in:
Joey Hess 2014-12-05 13:41:41 -04:00
commit f6cc7043b3

View file

@ -78,7 +78,7 @@ postAddBoxComR = boxConfigurator $ do
-- Box.com has a max file size of 100 mb, but -- Box.com has a max file size of 100 mb, but
-- using smaller chunks has better memory -- using smaller chunks has better memory
-- performance. -- performance.
, ("chunksize", "10mb") , ("chunk", "10mb")
] ]
_ -> $(widgetFile "configurators/addbox.com") _ -> $(widgetFile "configurators/addbox.com")
#else #else