* Increase default uploadLimit for file upload to 4 MB
This commit is contained in:
parent
710dd12e17
commit
8b8afac449
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public abstract class AbstractServletClient extends HttpServlet {
|
|||
String hopUrl;
|
||||
|
||||
// limit to HTTP uploads in kB
|
||||
int uploadLimit = 1024;
|
||||
int uploadLimit = 4096;
|
||||
|
||||
// cookie domain to use
|
||||
String cookieDomain;
|
||||
|
|
Loading…
Add table
Reference in a new issue