Skip to content

Commit ae63af6

Browse files
committed
Increase network timeout from 15s to 30s
1 parent 347962b commit ae63af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/metastream-app/src/constants/network.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ export const METASTREAM_ICE_SERVERS = [
2727
METASTREAM_TURN_SERVER
2828
]
2929

30-
export const NETWORK_TIMEOUT = 15000
31-
export const RECONNECT_TIMEOUT = 30000
30+
export const NETWORK_TIMEOUT = 30e3
31+
export const RECONNECT_TIMEOUT = 30e3
3232
export const WEBSOCKET_PORT_DEFAULT = 27064
3333

3434
export const enum NetworkDisconnectReason {

0 commit comments

Comments
 (0)