Skip to content

Commit

Permalink
Increase delivery timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Inrixia committed Apr 2, 2024
1 parent 9a38922 commit 02bc5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Video.ts
Expand Up @@ -247,7 +247,7 @@ export class Video {
// The number of available slots for making delivery requests,
// limiting the rate of requests to avoid exceeding the API rate limit.
private static AvalibleDeliverySlots = 2;
private static DeliveryTimeout = 61000;
private static DeliveryTimeout = 65000;
private static DeliveryQueue: (() => void)[] = [];

private static async requestDeliverySemaphore() {
Expand Down

0 comments on commit 02bc5ec

Please sign in to comment.