We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715b985 commit 101c957Copy full SHA for 101c957
airflow/settings.py
@@ -29,7 +29,7 @@
29
engine_args = {}
30
if 'sqlite' not in SQL_ALCHEMY_CONN:
31
# Engine args not supported by sqlite
32
- engine_args['pool_size'] = 25
+ engine_args['pool_size'] = 5
33
engine_args['pool_recycle'] = 3600
34
35
engine = create_engine(SQL_ALCHEMY_CONN, **engine_args)
0 commit comments