serum-vial
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -395,3 +395,3 @@ "use strict"; | ||
if (this._receivedMessagesCount === 0) { | ||
logger_1.logger.log('info', `Did not received any messages within 10s timeout, terminating connection...`, { | ||
logger_1.logger.log('info', `Did not received any messages within 60s timeout, terminating connection...`, { | ||
market: this._options.marketName | ||
@@ -402,3 +402,3 @@ }); | ||
this._receivedMessagesCount = 0; | ||
}, 10 * 1000); | ||
}, 60 * 1000); | ||
} | ||
@@ -405,0 +405,0 @@ _sendMessage(ws, message) { |
{ | ||
"name": "serum-vial", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=15" |
@@ -484,3 +484,3 @@ import { Market } from '@project-serum/serum' | ||
if (this._receivedMessagesCount === 0) { | ||
logger.log('info', `Did not received any messages within 10s timeout, terminating connection...`, { | ||
logger.log('info', `Did not received any messages within 60s timeout, terminating connection...`, { | ||
market: this._options.marketName | ||
@@ -492,3 +492,3 @@ }) | ||
this._receivedMessagesCount = 0 | ||
}, 10 * 1000) | ||
}, 60 * 1000) | ||
} | ||
@@ -495,0 +495,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package