@@ -49,7 +49,7 @@ public class NewMatchVideoServiceImpl implements NewMatchVideoService {
@Autowired
private LongArticlesTextMapper longArticlesTextMapper;
- private static final Integer retryCountMax = 3;
+ private static final Integer retryCountMax = 2;
@Transactional