Bugfix for js error on transaction page.

Increase ping-pong timeout.
This commit is contained in:
softsimon
2020-09-29 18:27:44 +07:00
parent c793e243bf
commit 01bd6a4c2e
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ const WEB_SOCKET_URL = WEB_SOCKET_PROTOCOL + '//' + document.location.hostname +
const OFFLINE_RETRY_AFTER_MS = 10000;
const OFFLINE_PING_CHECK_AFTER_MS = 30000;
const EXPECT_PING_RESPONSE_AFTER_MS = 1000;
const EXPECT_PING_RESPONSE_AFTER_MS = 4000;
@Injectable({
providedIn: 'root'