Skip to content

Commit d629985

Browse files
committed
fix: remove unsued env vars
1 parent 60f53d7 commit d629985

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

lms/envs/common.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -720,27 +720,6 @@
720720
# .. regardless of Discovery service data.
721721
COURSE_ACCESS_DURATION_MAX_WEEKS = 18
722722

723-
# Used with XQueue
724-
XQUEUE_WAITTIME_BETWEEN_REQUESTS = 5 # seconds
725-
XQUEUE_INTERFACE = {
726-
'url': 'http://localhost:18040',
727-
'basic_auth': ['edx', 'edx'],
728-
'django_auth': {
729-
'username': 'lms',
730-
'password': 'password'
731-
}
732-
}
733-
734-
# Used with Email sending
735-
RETRY_ACTIVATION_EMAIL_MAX_ATTEMPTS = 5
736-
RETRY_ACTIVATION_EMAIL_TIMEOUT = 0.5
737-
738-
# Software Secure request retry settings
739-
# Time in seconds before a retry of the task should be 60 mints.
740-
SOFTWARE_SECURE_REQUEST_RETRY_DELAY = 60 * 60
741-
# Maximum of 6 retries before giving up.
742-
SOFTWARE_SECURE_RETRY_MAX_ATTEMPTS = 6
743-
744723
RETRY_CALENDAR_SYNC_EMAIL_MAX_ATTEMPTS = 5
745724

746725
############################# SET PATH INFORMATION #############################

0 commit comments

Comments
 (0)