🔧 Increase default timeout for AI summarization from 60s to 120s
This commit is contained in:
+3
-3
@@ -63,12 +63,12 @@
|
||||
},
|
||||
"commit.ts": {
|
||||
"script_name": "commit.ts",
|
||||
"script_length": 4079,
|
||||
"script_sha256": "c2db1ccdba5d7b6b50397305d89f7dabf39820bc70f94717d12f0f2ba2784f64",
|
||||
"script_length": 4080,
|
||||
"script_sha256": "dfff613f16b3946bde0069bcd991e8d6cfb100f1fc37bb5bcb1b01280343158e",
|
||||
"script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/commit.ts",
|
||||
"single_script_file": true,
|
||||
"publish_time": 1769318306585,
|
||||
"update_time": 1777221866545
|
||||
"update_time": 1778999020668
|
||||
},
|
||||
"decode-uri-component.ts": {
|
||||
"script_name": "decode-uri-component.ts",
|
||||
|
||||
@@ -61,7 +61,7 @@ commit.ts [-A|--auto-commit] - auto commit with AI summarize
|
||||
|
||||
const summary = await new ProcessBar("AI summarizing").call(
|
||||
async (): Promise<string> => {
|
||||
return await summarizeGitStatusDiff(timeoutMillis ?? 60000);
|
||||
return await summarizeGitStatusDiff(timeoutMillis ?? 120000);
|
||||
},
|
||||
);
|
||||
if (summary != null) {
|
||||
@@ -123,5 +123,5 @@ main().catch((err) => {
|
||||
process.exit(0);
|
||||
}).then(() => process.exit(0));
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260427T004243+08:00.MEUCICgYmTET6yvrTnmBhYTk
|
||||
// nNyYQbwTvbf4CHHx0MaRAeYPAiEAxycT0JiWsxRdAl3BcuIld8nwFvwkEh+eT51qEaY23zk=
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260517T142315+08:00.MEUCIDJo21F/UQVhuywTqoHJ
|
||||
// 2yVUVV0Nwb99Dz7XBYcYZqWRAiEA5uLoxlve75czzpQpTabQOIRtArCDHNNyoiqLZZ2he+M=
|
||||
|
||||
Reference in New Issue
Block a user