Skip to content
Snippets Groups Projects
Commit 5b395d76 authored by Eli Kogan-Wang's avatar Eli Kogan-Wang
Browse files

tf

parent 90b5c613
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -5,7 +5,7 @@ from sqlalchemy.orm import sessionmaker
from app.config import get_database_settings
engine = create_engine(get_database_settings().SQLALCHEMY_DATABASE_URI, pool_pre_ping=True)
engine = create_engine(get_database_settings().SQLALCHEMY_DATABASE_URI, pool_pre_ping=True, pool_size=100, max_overflow=-1)
SessionLocal = sessionmaker(autocommit=False, autoflush=False, bind=engine)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment