Skip to content

Commit ad59c72

Browse files
authored
add init batch (#320)
* add gpt5.2 * add init * remove invalid code
1 parent 8378e0f commit ad59c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/tool/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export async function initTools() {
4545

4646
// 2 download it to temp dir, and parse it
4747
await batch(
48-
10,
48+
50,
4949
toolsInMongo.map((tool) => async () => {
5050
const filepath = await privateS3Server.downloadFile({
5151
downloadPath: toolsDir,

0 commit comments

Comments
 (0)