[PR #7646] [CLOSED] added option to disable websocket emiting #8886

Closed
opened 2025-11-11 18:08:41 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/7646
Author: @itaybar
Created: 12/5/2024
Status: Closed

Base: devHead: feature/make_websocket_optional


📝 Commits (7)

  • 1e91fb8 added option to disable websocket emiting
  • b899de3 Merge branch 'dev' into feature/make_websocket_optional
  • aeb2db8 fix conflict
  • 6e7344e Merge branch 'dev' into feature/make_websocket_optional
  • 68118c4 fix lint backedn
  • 75f11dc Merge remote-tracking branch 'origin/feature/make_websocket_optional' into feature/make_websocket_optional
  • 97ad4cb fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/7646 **Author:** [@itaybar](https://github.com/itaybar) **Created:** 12/5/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `feature/make_websocket_optional` --- ### 📝 Commits (7) - [`1e91fb8`](https://github.com/open-webui/open-webui/commit/1e91fb87406052b6dff75aea039f4f2f353194cf) added option to disable websocket emiting - [`b899de3`](https://github.com/open-webui/open-webui/commit/b899de37951fd58e909472741b71e77bb2bddba8) Merge branch 'dev' into feature/make_websocket_optional - [`aeb2db8`](https://github.com/open-webui/open-webui/commit/aeb2db80502aeb2f56b2a8b20df64f3ea5760290) fix conflict - [`6e7344e`](https://github.com/open-webui/open-webui/commit/6e7344e091f7e7bca39675a514f8b66de4d37139) Merge branch 'dev' into feature/make_websocket_optional - [`68118c4`](https://github.com/open-webui/open-webui/commit/68118c49023c29244c3488f74875540ed28dc781) fix lint backedn - [`75f11dc`](https://github.com/open-webui/open-webui/commit/75f11dc9c7e1a9bd574acf09f2cc557e993a8fbf) Merge remote-tracking branch 'origin/feature/make_websocket_optional' into feature/make_websocket_optional - [`97ad4cb`](https://github.com/open-webui/open-webui/commit/97ad4cb822356121557859a336fc5f16b8027660) fix lint backedn ### 📊 Changes **10 files changed** (+61 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 18:08:41 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#8886