Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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-platform
Commits
3787307d
Commit
3787307d
authored
Aug 24, 2012
by
kimth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put WAITTIME_BETWEEN_REQUESTS in common rather than dev env
parent
088d204d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
lms/envs/common.py
+3
-0
lms/envs/dev.py
+0
-1
No files found.
lms/envs/common.py
View file @
3787307d
...
...
@@ -86,6 +86,9 @@ DEFAULT_GROUPS = []
# If this is true, random scores will be generated for the purpose of debugging the profile graphs
GENERATE_PROFILE_SCORES
=
False
# Used with XQueue
XQUEUE_WAITTIME_BETWEEN_REQUESTS
=
5
# seconds
############################# SET PATH INFORMATION #############################
PROJECT_ROOT
=
path
(
__file__
)
.
abspath
()
.
dirname
()
.
dirname
()
# /mitx/lms
REPO_ROOT
=
PROJECT_ROOT
.
dirname
()
...
...
lms/envs/dev.py
View file @
3787307d
...
...
@@ -63,7 +63,6 @@ XQUEUE_INTERFACE = {
},
"basic_auth"
:
(
'anant'
,
'agarwal'
),
}
XQUEUE_WAITTIME_BETWEEN_REQUESTS
=
5
# seconds
# Make the keyedcache startup warnings go away
CACHE_TIMEOUT
=
0
...
...
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