Allow increasing the RYD proxy timeout.

This commit is contained in:
Kavin 2022-07-21 09:40:13 +05:30
parent 27e001a40b
commit a36279cf79
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ public class ResponseHelper {
if (info.getDislikeCount() < 0 && info.getLikeCount() >= 0) {
double rating;
try {
rating = futureDislikeRating.get(2, TimeUnit.SECONDS);
rating = futureDislikeRating.get(3, TimeUnit.SECONDS);
} catch (Exception e) {
rating = -1;
}