From 84c25ab1ff59004cc9dec025faa36a38d8673325 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Tue, 26 Aug 2025 06:35:11 -0400 Subject: [PATCH] feat(orama): increase batch size (#8110) --- 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.