Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/site/next.constants.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading