Skip to content

Commit

Permalink
Merge pull request #54 from NASA-PDS/issue_53
Browse files Browse the repository at this point in the history
issue 53: increase the window limit
  • Loading branch information
jordanpadams authored Aug 25, 2022
2 parents 463bd0a + f878567 commit ac4c6cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/elastic/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"settings":
{
"index.mapping.total_fields.limit": "3000",
"index.max_result_window":1000000000,
"number_of_shards": 1,
"number_of_replicas": 0,
"analysis":
Expand Down

0 comments on commit ac4c6cf

Please sign in to comment.