@@ -3,7 +3,7 @@
#include <string>
#include <iostream>
-#define MAX_TRANSFER_LEN (1024*1024)
+#define MAX_TRANSFER_LEN (10*1024*1024)
namespace Chromium {
std::string UtfToGbk(const char* utf8);