mirror of
https://github.com/alibaba/open-code-review.git
synced 2026-07-25 00:54:35 +00:00
* fix: remove hardcoded 180s timeout from REVIEW_FILTER_TASK The filter task had a hidden inner timeout (ft.Timeout) that always fired before the global OCR_LLM_TIMEOUT (300s) could apply. Removing it lets the task flow through the same two timeout knobs (OCR_LLM_TIMEOUT / --timeout) as every other task type. Also cleaned up unused timeout fields from task_template.json that were never read in production code. * fix: remove dead timeout block from RE_LOCATION_TASK per review feedback |
||
|---|---|---|
| .. | ||
| prompts | ||
| scan_template.json | ||
| task_template.json | ||
| template.go | ||
| template_test.go | ||