Skip to content

Commit a46ff50

Browse files
MelvinBotrojiphil
andcommitted
Reduce OFFLINE_THRESHOLD from 10s to 7s
The threshold for intermittent networks via 'Simulate poor internet connection' is 5 seconds, so 7 seconds is a more appropriate threshold to distinguish brief connectivity drops from sustained offline state. Co-authored-by: Roji Philip <rojiphil@users.noreply.github.com>
1 parent d9046f7 commit a46ff50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CONST/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6209,7 +6209,7 @@ const CONST = {
62096209
NORMAL: 8,
62106210
},
62116211
DEFAULT_VIDEO_DIMENSIONS: {width: 1900, height: 1400},
6212-
OFFLINE_THRESHOLD: 10000,
6212+
OFFLINE_THRESHOLD: 7000,
62136213
},
62146214

62156215
INTRO_CHOICES: {

0 commit comments

Comments
 (0)