Skip to content

Commit

Permalink
config is defaulted to true in default.py
Browse files Browse the repository at this point in the history
  • Loading branch information
burnettk committed Jul 11, 2024
1 parent 8f86ff5 commit 195aedc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ def setup_database_configs(app: Flask) -> None:
pool_size = 5

pool_pre_ping = app.config.get("SPIFFWORKFLOW_BACKEND_DATABASE_POOL_PRE_PING")
if pool_pre_ping is None:
pool_pre_ping = True

app.config["SQLALCHEMY_ENGINE_OPTIONS"] = {}
app.config["SQLALCHEMY_ENGINE_OPTIONS"]["pool_size"] = pool_size
Expand Down

0 comments on commit 195aedc

Please sign in to comment.