Skip to content

Commit

Permalink
Merge pull request #160 from girder/disable-prettify-sql
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhelba committed Jan 24, 2022
2 parents cd884a3 + c01e55e commit ca6b732
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions composed_configuration/_debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ def mutate_configuration(configuration: Type[ComposedConfiguration]) -> None:
DEBUG_TOOLBAR_CONFIG = {
# The default size often is too small, causing an inability to view queries
'RESULTS_CACHE_SIZE': 250,
# If this setting is True, large sql queries can cause the page to render slowly
'PRETTIFY_SQL': False,
}

0 comments on commit ca6b732

Please sign in to comment.