open-webui/backend/open_webui/socket
Claude 654e958ad5
fix(stream): reject non-positive timeout env values
_float_env now falls back to default when parsed value is <= 0.
asyncio.wait_for with a 0 or negative timeout would fail immediately
every call, silently disabling the resume log — misconfiguration
now degrades to default behavior with a warning instead.
2026-04-15 07:59:28 +00:00
..
main.py fix(stream): reject non-positive timeout env values 2026-04-15 07:59:28 +00:00
utils.py refac 2026-03-22 05:48:05 -05:00