Implemented the suggested changes
This commit is contained in:
parent
cd8d57040c
commit
bc29f40d69
5 changed files with 21 additions and 30 deletions
|
|
@ -74,7 +74,7 @@ abstract class FeedDAO {
|
|||
OR (sst.progress_time <= ${StreamStateEntity.PLAYBACK_SAVE_THRESHOLD_START_MILLISECONDS}
|
||||
AND sst.progress_time <= s.duration * 1000 / 4)
|
||||
OR (sst.progress_time >= s.duration * 1000 - ${StreamStateEntity.PLAYBACK_FINISHED_END_MILLISECONDS}
|
||||
OR sst.progress_time >= s.duration * 1000 * 3 / 4)
|
||||
AND sst.progress_time >= s.duration * 1000 * 3 / 4)
|
||||
)
|
||||
AND (
|
||||
:uploadDateBefore IS NULL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue