Skip to content

Commit

Permalink
milliseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
nocollier committed Mar 18, 2024
1 parent d2058c0 commit d05466b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ async def query(
response_time = time.time() - response_time
solr_response = globus_response_to_solr(
globus_response,
QTime=int(response_time * 100),
QTime=int(response_time * 1000),
search=search,
)
return solr_response

0 comments on commit d05466b

Please sign in to comment.