@icgio/icg-exchanges-wrapper 1.14.218 → 1.14.220

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.
@@ -67,7 +67,7 @@ const PROCESS_OPEN_ORDERS_TRADERS_INTERVAL_MS = 500
67
67
  const MARKET_HISTORY_DEFAULT_MS = 10 * 60 * 1000
68
68
  const TRADES_DEFAULT_MS = 7 * 24 * 60 * 60 * 1000
69
69
  const NO_CALLBACK_TIMEOUT_MS = 2 * 60 * 1000
70
- const PROCESS_RATES_THROTTLE_MS = 20
70
+ const PROCESS_RATES_THROTTLE_MS = 150
71
71
 
72
72
  module.exports = class Orders {
73
73
  constructor(exchange_cur_quote_cur_dict, cd, settings) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.14.218",
3
+ "version": "1.14.220",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {