mirror of
https://github.com/alibaba/open-code-review.git
synced 2026-08-05 06:23:53 +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 |
||
|---|---|---|
| .. | ||
| git.go | ||
| git_test.go | ||
| gitignore.go | ||
| gitignore_test.go | ||
| hunk.go | ||
| hunk_test.go | ||
| parser.go | ||
| parser_test.go | ||
| relocation.go | ||
| relocation_test.go | ||
| resolver.go | ||
| resolver_test.go | ||
| workspace_file.go | ||
| workspace_file_test.go | ||