Put WAITTIME_BETWEEN_REQUESTS in common rather than dev env

This commit is contained in:
kimth
2012-08-24 11:23:26 -04:00
parent 088d204d9c
commit 3787307d93
2 changed files with 3 additions and 1 deletions

View File

@@ -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()

View File

@@ -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