Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0 Beta 2
-
None
-
None
-
Operating System: Windows XP
Platform: PC
-
22578
Description
very slow file uploads - massive performance boost by increasing 4096 to
something much bigger eg * 100 or * 1000
Problem only occurs in some network locations - and only effects file upload -
not other network operations.
FIX:
public class MultipartStream
protected static final int DEFAULT_BUFSIZE = 4096;
This fix need not be done as the problem isn't common - but the information on
what to do might help someone else !