From f4708c23f0bda1e2155202a3e50ac8ca71541d87 Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Tue, 23 Apr 2024 11:38:25 +0200 Subject: [PATCH] Fix comment --- src/views/Edit/Sources/Network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Edit/Sources/Network.js b/src/views/Edit/Sources/Network.js index 5161ccb..18fd4d4 100644 --- a/src/views/Edit/Sources/Network.js +++ b/src/views/Edit/Sources/Network.js @@ -74,7 +74,7 @@ const initSettings = (initialSettings, config) => { }; settings.general = { - analyzeduration: 5_000_000, // microseconds, 5s, + analyzeduration: 5_000_000, // microseconds, 5s analyzeduration_rtmp: 3_000_000, // 3s analyzeduration_http: 20_000_000, // 20s probesize: 5_000_000, // bytes