From 99c4b473958871be4d327378e240d023194c3729 Mon Sep 17 00:00:00 2001 From: Vika Date: Fri, 3 Oct 2025 08:13:07 +0300 Subject: Bump labeler limit to 25 --- src/lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 0ce6f88b8..06c9d71ce 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -175,7 +175,7 @@ export const GIF_SEARCH = (params: string) => export const GIF_FEATURED = (params: string) => `${GIF_SERVICE}/tenor/v2/featured?${params}` -export const MAX_LABELERS = 20 +export const MAX_LABELERS = 25 export const VIDEO_SERVICE = 'https://video.bsky.app' export const VIDEO_SERVICE_DID = 'did:web:video.bsky.app' -- cgit 1.4.1