From caa3eb0f52a79ee29b9d7f59eac4cf49123a5f48 Mon Sep 17 00:00:00 2001 From: Jo <82854796+AskJo@users.noreply.github.com> Date: Thu, 7 Oct 2021 03:50:32 -0400 Subject: [PATCH] Update troubleshooting.md (#21901) Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com> --- content/rest/overview/troubleshooting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/rest/overview/troubleshooting.md b/content/rest/overview/troubleshooting.md index 3898705968..af85616d40 100644 --- a/content/rest/overview/troubleshooting.md +++ b/content/rest/overview/troubleshooting.md @@ -73,4 +73,8 @@ curl -u my_username:my_password -X POST "https://api.github.com/authorizations" Then you must switch to the [web application flow](/apps/building-oauth-apps/authorizing-oauth-apps/#web-application-flow) to generate access tokens. +## Timeouts + +If {% data variables.product.product_name %} takes more than 10 seconds to process an API request, {% data variables.product.product_name %} will terminate the request and you will receive a timeout response. + {% endif %}