Skip to content

Commit 84c25ab

Browse files
authored
feat(orama): increase batch size (#8110)
1 parent 2dc1023 commit 84c25ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/next.constants.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export const DEFAULT_ORAMA_SUGGESTIONS = [
145145
/**
146146
* The default batch size to use when syncing Orama Cloud
147147
*/
148-
export const ORAMA_SYNC_BATCH_SIZE = 50;
148+
export const ORAMA_SYNC_BATCH_SIZE = 250;
149149

150150
/**
151151
* The default Orama Cloud endpoint to use when searching with Orama Cloud.

0 commit comments

Comments
 (0)