We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cc @tgolen
Just creating a follow up issue to discuss / investigate / take care of this (or not)
Here's how long the API calls take
CreateChatReport itself took about 477ms getReportStuff took 122ms Report_GetHistory took 98ms
CreateChatReport
getReportStuff
Report_GetHistory
So, what's going on here? That seems like a little less than a second. But when I profiled this it took about 7 seconds on production.
The text was updated successfully, but these errors were encountered:
marcaaron
Successfully merging a pull request may close this issue.
cc @tgolen
Just creating a follow up issue to discuss / investigate / take care of this (or not)
Here's how long the API calls take
CreateChatReport
itself took about 477msgetReportStuff
took 122msReport_GetHistory
took 98msSo, what's going on here? That seems like a little less than a second. But when I profiled this it took about 7 seconds on production.
The text was updated successfully, but these errors were encountered: