Unverified Commit 8750cbda by Tyler Hallada Committed by GitHub

Increase Analytics API timeout to 10 seconds (#745)

parent 3057f7a9
...@@ -395,7 +395,7 @@ MODULE_PREVIEW_URL = None ...@@ -395,7 +395,7 @@ MODULE_PREVIEW_URL = None
# Time in seconds that Insights should wait on external services # Time in seconds that Insights should wait on external services
# before giving up. These values should be overridden in # before giving up. These values should be overridden in
# configuration. # configuration.
ANALYTICS_API_DEFAULT_TIMEOUT = 5 ANALYTICS_API_DEFAULT_TIMEOUT = 10
LMS_DEFAULT_TIMEOUT = 5 LMS_DEFAULT_TIMEOUT = 5
########## END EXTERNAL SERVICE TIMEOUTS ########## END EXTERNAL SERVICE TIMEOUTS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment