Skip to content

Commit

Permalink
Update .upptimerc.yml
Browse files Browse the repository at this point in the history
maxResponseTime is in ms
  • Loading branch information
ChrisMoriarty authored Aug 7, 2024
1 parent 07b1fe5 commit 19edd06
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ user-agent: ChrisMoriarty
sites:
- name: NEOCP
url: https://minorplanetcenter.net/iau/NEO/toconfirm_tabular.html
maxResponseTime: 60
maxResponseTime: 20000
- name: MPC Homepage
url: https://www.minorplanetcenter.net
maxResponseTime: 60
maxResponseTime: 20000
- name: MPC Data Services Homepage
url: https://data.minorplanetcenter.net/
maxResponseTime: 60
maxResponseTime: 20000
- name: MPC Explorer
url: https://data.minorplanetcenter.net/explorer/
maxResponseTime: 60
maxResponseTime: 20000
- name: Designation Identifier
method: GET
url: https://data.minorplanetcenter.net/api/query-identifier
headers:
- "Content-Type: application/text"
body: "Ceres"
maxResponseTime: 60
maxResponseTime: 20000

# - name: Public VM Test
# url: https://mpc-vm10.cfa.harvard.edu
Expand Down

0 comments on commit 19edd06

Please sign in to comment.