Skip to content

Commit

Permalink
Increase max records for QA lookups.
Browse files Browse the repository at this point in the history
refs #3761
  • Loading branch information
justinlittman authored Dec 6, 2023
1 parent 4e22ebe commit c05a096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class Config {
}

static get maxRecordsForQALookups() {
return process.env.MAX_RECORDS_FOR_QA_LOOKUPS || 10
return process.env.MAX_RECORDS_FOR_QA_LOOKUPS || 20
}

static get qaUrl() {
Expand Down

0 comments on commit c05a096

Please sign in to comment.