@@ -86,7 +86,7 @@ public class KuaishouVideoRelateCreativesJob {
int count = 0;
for (KuaiShouVideoGet video : KuaiShouVideoGets) {
count++;
- if (count < 10) {
+ if (count < 20) {
photoIds.add(video.getPhotoId());
statdateMap.put(video.getPhotoId(), video.getStatDate());
} else {