Browse Source

Merge branch '0_0_2_test1' of http://mayun.itc.cmbchina.cn/QD_RemoteBankArea/LR04.02_RVCTerminalPlus into 0_0_2_test1

gifur 4 years ago
parent
commit
ea6f170b30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Module/mod_chromium/CMessage.h

+ 1 - 1
Module/mod_chromium/CMessage.h

@@ -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);