1
0
Fork 0

increased default packet size to 1 MB

This commit is contained in:
Jan Steemann 2012-12-11 13:30:33 +01:00
parent 691ec4d536
commit befda25f3c
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ V8ClientConnection* ClientConnection = 0;
/// @brief max size body size (used for imports)
////////////////////////////////////////////////////////////////////////////////
static uint64_t MaxUploadSize = 500000;
static uint64_t MaxUploadSize = 1024 * 1024;
////////////////////////////////////////////////////////////////////////////////
/// @brief quote character(s)