mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
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/5938
Author: @nowheresly
Created: 10/6/2024
Status: ✅ Merged
Merged: 10/6/2024
Merged by: @tjbck
Base:
dev← Head:fix5930📝 Commits (1)
9706b76feat: db pool config #5935📊 Changes
3 files changed (+66 additions, -2 deletions)
View changed files
📝
.github/workflows/integration-test.yml(+3 -0)📝
backend/open_webui/apps/webui/internal/db.py(+24 -2)📝
backend/open_webui/env.py(+39 -0)📄 Description
Pull Request Checklist
Changelog Entry
A connection pool can now be specified using env variables DATABASE_POOL_SIZE, DATABASE_POOL_MAX_OVERFLOW, DATABASE_POOL_RECYCLE and DATABASE_POOL_TIMEOUT
Description
Added
Fixed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.