Skip to content

Commit

Permalink
Merge pull request #3091 from GSA-TTS/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jadudm authored Dec 27, 2023
2 parents 1e4c2c4 + d9d7a63 commit d619b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion backend/manifests/vars/vars-production.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
app_name: gsa-fac
mem_amount: 512M
mem_amount: 2G
cf_env_name: PRODUCTION
env_name: prod
service_name: production
Expand Down

0 comments on commit d619b84

Please sign in to comment.