Skip to content

Commit

Permalink
docuement ff and set to false
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Dec 5, 2024
1 parent a011346 commit ecca931
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,9 @@ class D3TimeFormat(TypedDict, total=False):
# If on, you'll want to add "https://avatars.slack-edge.com" to the list of allowed
# domains in your TALISMAN_CONFIG
"SLACK_ENABLE_AVATARS": False,
"DISABLE_METADATA_DB_DURING_ANALYTICS": True,
# This feature flag works only in combination with NullPool, and disconnects the metadata db
# connection temporarily during the execution of analytics queries, avoiding bottlenecks
"DISABLE_METADATA_DB_DURING_ANALYTICS": False,
}

# ------------------------------
Expand Down

0 comments on commit ecca931

Please sign in to comment.