Skip to content

Commit

Permalink
update chunk size
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossett committed Sep 5, 2024
1 parent 39f00a3 commit 15fe2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addn/getUserDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let timer: NodeJS.Timeout | null = null
let resolvers: Resolver[] = []

let isBatchExecutionInProgress = false
let maxRequestChunk = 25
let maxRequestChunk = 30

const executeBatch = async (agent: BskyAgent) => {
const currentBatch = batch
Expand Down

0 comments on commit 15fe2f3

Please sign in to comment.