mirror of
https://github.com/TeamPiped/Piped-Backend
synced 2025-09-05 21:11:05 +02:00
Allow increasing the RYD proxy timeout.
This commit is contained in:
parent
27e001a40b
commit
a36279cf79
@ -179,7 +179,7 @@ public class ResponseHelper {
|
|||||||
if (info.getDislikeCount() < 0 && info.getLikeCount() >= 0) {
|
if (info.getDislikeCount() < 0 && info.getLikeCount() >= 0) {
|
||||||
double rating;
|
double rating;
|
||||||
try {
|
try {
|
||||||
rating = futureDislikeRating.get(2, TimeUnit.SECONDS);
|
rating = futureDislikeRating.get(3, TimeUnit.SECONDS);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
rating = -1;
|
rating = -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user