mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-19 00:03:21 +00:00
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. |
||
|---|---|---|
| .. | ||
| lib | ||
| routes | ||
| app.css | ||
| app.d.ts | ||
| app.html | ||
| tailwind.css | ||