Commit fc34b87
fix: replace hard prefill token limit with warning
The ValueError on exceeding prefill_step_size caused infinite retry
loops in _process_loop when long prompts were stuck in the queue.
Replace with a warning log so long prompts are processed normally.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8b5cfe7 commit fc34b87
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
659 | 659 | | |
660 | 660 | | |
661 | 661 | | |
662 | | - | |
663 | | - | |
| 662 | + | |
| 663 | + | |
664 | 664 | | |
665 | 665 | | |
666 | | - | |
667 | | - | |
668 | | - | |
669 | | - | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
670 | 670 | | |
671 | 671 | | |
672 | 672 | | |
| |||
0 commit comments