690604:1720 ADR-034-134 #10
CI / CD Pipeline / build (push) Successful in 4m57s
CI / CD Pipeline / deploy (push) Successful in 3m37s

This commit is contained in:
2026-06-04 17:20:54 +07:00
parent 1a399400ff
commit eef557675b
2 changed files with 2 additions and 2 deletions
@@ -116,7 +116,7 @@ export class SandboxOcrEngineService {
`${this.ocrApiUrl}/ocr-upload`,
form,
{
timeout: 120000,
timeout: 360000, // 360s — รองรับ cold-start Ollama model (~65s) + inference หลายหน้า
headers: { 'X-API-Key': this.ocrSidecarApiKey },
}
);