mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #7646] [CLOSED] added option to disable websocket emiting #45138
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/7646
Author: @itaybar
Created: 12/5/2024
Status: ❌ Closed
Base:
dev← Head:feature/make_websocket_optional📝 Commits (7)
1e91fb8added option to disable websocket emitingb899de3Merge branch 'dev' into feature/make_websocket_optionalaeb2db8fix conflict6e7344eMerge branch 'dev' into feature/make_websocket_optional68118c4fix lint backedn75f11dcMerge remote-tracking branch 'origin/feature/make_websocket_optional' into feature/make_websocket_optional97ad4cbfix lint backedn📊 Changes
10 files changed (+61 additions, -21 deletions)
View changed files
📝
backend/open_webui/apps/socket/main.py(+19 -10)📝
backend/open_webui/apps/webui/main.py(+6 -0)📝
backend/open_webui/config.py(+16 -1)📝
backend/open_webui/main.py(+2 -0)📝
backend/open_webui/static/assets/pdf-style.css(+2 -2)📝
src/app.css(+0 -1)📝
src/lib/components/chat/Chat.svelte(+6 -4)📝
src/lib/i18n/locales/ru-RU/translation.json(+1 -1)📝
src/lib/stores/index.ts(+2 -0)📝
src/routes/auth/+page.svelte(+7 -2)📄 Description
Added option to disable usage websocket and user-count websocket
This feature includes adding those to the config in order that the UI will not emit on every event to the backend
#7633
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.