Commit cf101b5
committed
fix: stuttering due to unique commands in executable datasource
apparently, connecting unique sources can cause stutter in the video being played,
it was added as a way to avoid race conditions in callbacks
but since the interval is now 1 second i think this cab be safely removed
as the default command is very fast anyway
perhaps I will explore why that is happenign in the first place at some point1 parent 1fd9153 commit cf101b5
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 56 | + | |
60 | 57 | | |
61 | 58 | | |
62 | 59 | | |
| |||
0 commit comments