Skip to content

Commit

Permalink
Merge branch 'main' into feature/prevent-circular-connections
Browse files Browse the repository at this point in the history
  • Loading branch information
gentamura committed Feb 13, 2025
2 parents 812f51f + a134126 commit 3c1c42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export async function parse(id: FileId, name: string, blobUrl: string) {
fileName: name,
content,
},
strategy: Strategy.Fast,
strategy: Strategy.Auto,
splitPdfPage: false,
splitPdfConcurrencyLevel: 1,
},
Expand Down

0 comments on commit 3c1c42a

Please sign in to comment.