|
@@ -30,7 +30,7 @@ public class ViewedService {
|
|
|
@Value("${video.filter.url:}")
|
|
|
private String videoFilterUrl;
|
|
|
|
|
|
- private final CloseableHttpClient client = HttpClientFactory.create(2000, 2000, 200, 200, 0, 2000);
|
|
|
+ private final CloseableHttpClient client = HttpClientFactory.create(3000, 3000, 200, 200, 0, 3000);
|
|
|
|
|
|
|
|
|
@PostConstruct
|