Skip to content

Commit

Permalink
allow large bodies
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Nov 7, 2023
1 parent 1d1aa73 commit 6226fe0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/pds/src/migrate-script/migrate-all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ const doImport = async (
headers: { 'content-type': 'application/vnd.ipld.car' },
decompress: true,
responseType: 'stream',
maxBodyLength: Infinity,
maxContentLength: Infinity,
},
)

Expand Down

0 comments on commit 6226fe0

Please sign in to comment.