From bd9a076776075fa76915bb7ad5b279b37f7238f9 Mon Sep 17 00:00:00 2001 From: Halit Aksoy Date: Wed, 7 Sep 2022 01:11:42 +0300 Subject: [PATCH] update RTMT_WS_PING_INTERVAL --- src/consts/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts/config.ts b/src/consts/config.ts index 620650e..7bb3c13 100644 --- a/src/consts/config.ts +++ b/src/consts/config.ts @@ -1 +1 @@ -export const RTMT_WS_PING_INTERVAL = 1000; \ No newline at end of file +export const RTMT_WS_PING_INTERVAL = 2000; \ No newline at end of file