@@ -15,7 +15,7 @@ import (
)
// scriptTimeout 脚本执行超时上限(15 分钟)
const scriptTimeout = 15 * time.Minute
const scriptTimeout = 60 * time.Minute
// shortCommit 安全地取 commit 短 ID,避免空值/短值切片越界 panic
func shortCommit(commitID string) string {
The note is not visible to the blocked user.