use 20M as source bandwidth

This commit is contained in:
2023-07-26 11:48:15 +01:00
parent 967d798735
commit 616dd066f7

View File

@ -90,7 +90,7 @@ public class Variant
{ {
if (Bandwidth == int.MaxValue) if (Bandwidth == int.MaxValue)
{ {
return string.Empty; return $"BANDWIDTH={20_000_000}";
} }
return $"BANDWIDTH={Bandwidth * 1000}"; return $"BANDWIDTH={Bandwidth * 1000}";