Skip to content

Commit

Permalink
comments out log_subquery_time for now, adds opera calval concept-ids…
Browse files Browse the repository at this point in the history
… to dataset
  • Loading branch information
kim committed Nov 8, 2023
1 parent d00fb34 commit fde4e6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SearchAPI/CMR/SubQuery.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def get_page(self, session):
query_duration = perf_counter() - q_start
logging.debug(f'CMR query time: {query_duration}')

self.log_subquery_time({'time': query_duration, 'status': response.status_code})
# self.log_subquery_time({'time': query_duration, 'status': response.status_code})

if query_duration > 10:
self.log_slow_cmr_response(session, response, query_duration)
Expand Down
4 changes: 4 additions & 0 deletions SearchAPI/CMR/Translate/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@
"C1259981910-ASF",
"C1257995186-ASF",
"C1259974840-ASF",
"C1260726384-ASF",
"C1260721945-ASF",
"C1260721853-ASF",
"C1260726378-ASF",
],
"SLC-BURST": ["C2709161906-ASF", "C1257024016-ASF"],
"ALOS PALSAR": [
Expand Down

0 comments on commit fde4e6a

Please sign in to comment.