Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Jan 7, 2025
1 parent e0c547a commit 975b774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/onyx/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ async def lifespan(app: FastAPI) -> AsyncGenerator:
logger.notice(f"System recursion limit set to {SYSTEM_RECURSION_LIMIT}")

SqlEngine.set_app_name(POSTGRES_WEB_APP_NAME)

SqlEngine.init_engine(
pool_size=POSTGRES_API_SERVER_POOL_SIZE,
max_overflow=POSTGRES_API_SERVER_POOL_OVERFLOW,
Expand Down

0 comments on commit 975b774

Please sign in to comment.