@icgio/icg-exchanges-wrapper 1.14.234 → 1.14.236
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/middleware/orders.js +2 -2
- package/package.json +2 -2
package/middleware/orders.js
CHANGED
|
@@ -44,9 +44,9 @@ const MINIMUM_LIMITS = {
|
|
|
44
44
|
private_interval_concurrent: 1000,
|
|
45
45
|
}
|
|
46
46
|
const HKBITEX_LIMITS = {
|
|
47
|
-
public_max_concurrent:
|
|
47
|
+
public_max_concurrent: 200,
|
|
48
48
|
public_interval_concurrent: 1000,
|
|
49
|
-
private_max_concurrent:
|
|
49
|
+
private_max_concurrent: 100,
|
|
50
50
|
private_interval_concurrent: 1000,
|
|
51
51
|
}
|
|
52
52
|
const SWFT_LIMITS = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@icgio/icg-exchanges-wrapper",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.236",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/icgio/icg-exchanges-wrapper#readme",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@icgio/icg-exchanges": "^1.32.
|
|
20
|
+
"@icgio/icg-exchanges": "^1.32.120",
|
|
21
21
|
"@icgio/icg-utils": "^1.9.38",
|
|
22
22
|
"lodash": "^4.17.20",
|
|
23
23
|
"pg": "^8.13.1",
|