Skip to content

Commit

Permalink
summary report limit back to 1000 (#3090)
Browse files Browse the repository at this point in the history
  • Loading branch information
timoballard authored Dec 27, 2023
1 parent 392f6ae commit d9d7a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@
CENSUS_DATA_SOURCE = "CENSUS"
GSA_MIGRATION = "GSA_MIGRATION" # There is a copy of `GSA_MIGRATION` in Base.libsonnet. If you change it here, change it there too.
DOLLAR_THRESHOLD = 750000
SUMMARY_REPORT_DOWNLOAD_LIMIT = 500
SUMMARY_REPORT_DOWNLOAD_LIMIT = 1000

# A version of these regexes also exists in Base.libsonnet
REGEX_ALN_PREFIX = r"^([0-9]{2})$"
Expand Down

0 comments on commit d9d7a63

Please sign in to comment.