chore: add SQLALCHEMY_POOL_USE_LIFO option and missing SQLALCHEMY_POOL_PRE_PING env default value. (#22371)
This commit is contained in:
parent
7388fd1ec6
commit
da53bf511f
4 changed files with 13 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ def test_flask_configs(monkeypatch):
|
|||
"pool_pre_ping": False,
|
||||
"pool_recycle": 3600,
|
||||
"pool_size": 30,
|
||||
"pool_use_lifo": False,
|
||||
}
|
||||
|
||||
assert config["CONSOLE_WEB_URL"] == "https://example.com"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue