fix: added lower limit in collecting videos near 100k milestone
This commit is contained in:
parent
9ef513eed7
commit
1f6411b512
@ -7,7 +7,7 @@ export async function getVideosNearMilestone(client: Client) {
|
||||
SELECT ls.*
|
||||
FROM latest_video_snapshot ls
|
||||
WHERE
|
||||
views < 100000 OR
|
||||
(views >= 5000 AND views < 100000) OR
|
||||
(views >= 900000 AND views < 1000000) OR
|
||||
(views >= 9900000 AND views < 10000000)
|
||||
`);
|
||||
|
Loading…
Reference in New Issue
Block a user