-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dash): Account for bandwidth before filtering text stream (#3765)
We filter out text streams that are duplicates, before persenting them to the end user. A duplicate is detected by checking if various values on the streams are the same. However, we were not checking for bandwidth. This could lead to a text stream being marked as a duplicate if it had the same language, label, etc as another, even if they did not contain the same text. This changes the utility to also check bandwidth. Closes #3724
- Loading branch information
1 parent
290bd83
commit 612133e
Showing
4 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,7 @@ Fadomire <[email protected]> | |
Google Inc. <*@google.com> | ||
Edgeware AB <*@edgeware.tv> | ||
Gil Gonen <[email protected]> | ||
Giorgio Gamberoni <[email protected]> | ||
Giuseppe Samela <[email protected]> | ||
Itay Kinnrot <[email protected]> | ||
Jason Palmer <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,7 @@ Esteban Dosztal <[email protected]> | |
Fadomire <[email protected]> | ||
François Beaufort <[email protected]> | ||
Gil Gonen <[email protected]> | ||
Giorgio Gamberoni <[email protected]> | ||
Giuseppe Samela <[email protected]> | ||
Hichem Taoufik <[email protected]> | ||
Itay Kinnrot <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters