@icgio/icg-exchanges-wrapper 1.14.219 → 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.
- package/middleware/orders.js +1 -1
- package/package.json +1 -1
package/middleware/orders.js
CHANGED
|
@@ -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 =
|
|
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) {
|