Skip to content

Commit 26b8ca5

Browse files
committed
refac
1 parent 5778470 commit 26b8ca5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • backend/open_webui/internal

backend/open_webui/internal/db.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ def _set_sqlite_wal(dbapi_connection, connection_record):
230230
pool_timeout=DATABASE_POOL_TIMEOUT,
231231
pool_recycle=DATABASE_POOL_RECYCLE,
232232
pool_pre_ping=True,
233-
poolclass=QueuePool,
234233
)
235234
else:
236235
async_engine = create_async_engine(

0 commit comments

Comments
 (0)