Skip to content

Commit

Permalink
Merge pull request #916 from 18F/feature/increase_api_report_size
Browse files Browse the repository at this point in the history
[Feature] Increase hostname level API reports to 100k limit
  • Loading branch information
levinmr authored Oct 24, 2024
2 parents 9ee0c3a + 789c6eb commit 1f40946
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions reports/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,8 @@
}
}
}
}
},
"limit": "100000"
},
"meta": {
"name": "Domains",
Expand Down Expand Up @@ -556,7 +557,8 @@
}
}
}
}
},
"limit": "100000"
},
"meta": {
"name": "Participating second-level domains.",
Expand Down Expand Up @@ -604,7 +606,8 @@
}
}
}
}
},
"limit": "100000"
},
"meta": {
"name": "Participating hostnames.",
Expand Down

0 comments on commit 1f40946

Please sign in to comment.