Skip to content

Commit

Permalink
fix: validate supported distros endpoint every 120s
Browse files Browse the repository at this point in the history
  • Loading branch information
bripkens committed Nov 7, 2023
1 parent ab7966d commit 27e53eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export async function GET(): Promise<NextResponse> {
retries: 3,
retryDelay: 1000,
retryOn: [500, 503],
next: { revalidate: 120 },
}
);
} catch (e) {
Expand Down

0 comments on commit 27e53eb

Please sign in to comment.