Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-dashboard
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-analytics-dashboard
Commits
8750cbda
Unverified
Commit
8750cbda
authored
Jan 08, 2018
by
Tyler Hallada
Committed by
GitHub
Jan 08, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase Analytics API timeout to 10 seconds (#745)
parent
3057f7a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
analytics_dashboard/settings/base.py
+1
-1
No files found.
analytics_dashboard/settings/base.py
View file @
8750cbda
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment