Use the new chunk param instead of the old chunksize for new Box.com remotes
This commit is contained in:
		
					parent
					
						
							
								bf84014bce
							
						
					
				
			
			
				commit
				
					
						f95b210a51
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue