Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 6af3e70

Browse files
modified attempt interval
1 parent 3f436aa commit 6af3e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configs/websocket/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export type TDerivApi = {
1616
};
1717

1818
let attempts = 10;
19-
const RECONNECT_INTERVAL = attempts * 1000;
19+
const RECONNECT_INTERVAL = attempts * 10000;
2020
const PING_INTERVAL = 12000;
2121

2222
export class ApiManager {

0 commit comments

Comments
 (0)