From 2c7d096d53857096224eb3586023755fde760b82 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Mon, 25 Aug 2025 21:24:51 -0400 Subject: [PATCH] feat(orama): increase batch size --- apps/site/next.constants.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/next.constants.mjs b/apps/site/next.constants.mjs index 6a6c184aa79b9..21ad0f945dad1 100644 --- a/apps/site/next.constants.mjs +++ b/apps/site/next.constants.mjs @@ -145,7 +145,7 @@ export const DEFAULT_ORAMA_SUGGESTIONS = [ /** * The default batch size to use when syncing Orama Cloud */ -export const ORAMA_SYNC_BATCH_SIZE = 50; +export const ORAMA_SYNC_BATCH_SIZE = 250; /** * The default Orama Cloud endpoint to use when searching with Orama Cloud.