mirror of https://gitee.com/bigwinds/arangodb
increased default packet size to 1 MB
This commit is contained in:
parent
691ec4d536
commit
befda25f3c
|
@ -80,7 +80,7 @@ V8ClientConnection* ClientConnection = 0;
|
||||||
/// @brief max size body size (used for imports)
|
/// @brief max size body size (used for imports)
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
static uint64_t MaxUploadSize = 500000;
|
static uint64_t MaxUploadSize = 1024 * 1024;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
/// @brief quote character(s)
|
/// @brief quote character(s)
|
||||||
|
|
Loading…
Reference in New Issue