open-webui/src
Claude 8c377fd774
style+fix(stream): trim comments, address review round
Tone down verbose comments added over the last few review rounds
(-79 lines net). Logic unchanged by the tone-down itself.

Also addresses three new findings:
- Hot-path Redis timeout dropped 500ms → 200ms. Halves worst-case
  stall under degraded Redis; healthy Redis (<1ms) is unaffected.
- onDestroy now calls dropAllResumeFences so pending fence timers
  can't fire post-unmount against stale component state.
- Fence flush uses insertion order instead of partition+sort. Live
  frames were emitted sequentially by one emitter and preserved by
  socket.io transport order, so push-order already == seq-order;
  sorting was mixing seq and seq-less frames incorrectly in the
  Redis-degraded path.
2026-04-14 22:41:21 +00:00
..
lib style+fix(stream): trim comments, address review round 2026-04-14 22:41:21 +00:00
routes chore: format 2026-04-12 18:12:59 -05:00
app.css Merge pull request #23257 from Algorithm5838/perf/text-token-css-animation 2026-04-01 01:03:03 -05:00
app.d.ts chat feature added 2023-10-08 15:38:42 -07:00
app.html refac 2026-02-22 18:58:47 -06:00
tailwind.css refac 2026-03-23 23:39:52 -05:00