Skip to content

Commit

Permalink
more batching on getuserdetails
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossett committed Sep 5, 2024
1 parent 55a0f5b commit 39f00a3
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 @@ -92,7 +92,7 @@ export const _getUserDetails = async (
isBatchExecutionInProgress = true
executeBatch(agent)
}
}, 1000)
}, 5000)
}
})
}
Expand Down

0 comments on commit 39f00a3

Please sign in to comment.