We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9cba77 commit 50399aeCopy full SHA for 50399ae
cocos2d/core/platform/CCMacro.js
@@ -499,10 +499,11 @@ cc.ORIENTATION_AUTO = 3;
499
500
/**
501
* The limit count for concurrency http request, useful in some mobile browsers
502
+ * Adjust its value with the test results based on your game, the preset value is just a placeholder
503
* @constant
504
* @type Number
505
*/
-cc.CONCURRENCY_HTTP_REQUEST_COUNT = cc.sys.isMobile ? 9 : 0;
506
+cc.CONCURRENCY_HTTP_REQUEST_COUNT = cc.sys.isMobile ? 20 : 0;
507
508
509
// ------------------- vertex attrib flags -----------------------------
0 commit comments