Skip to content

Commit c1b33d2

Browse files
committed
fix: remove unsued env vars
1 parent 4d13bd8 commit c1b33d2

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
@@ -718,27 +718,6 @@
718718
# .. regardless of Discovery service data.
719719
COURSE_ACCESS_DURATION_MAX_WEEKS = 18
720720

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

744723
############################# SET PATH INFORMATION #############################

0 commit comments

Comments
 (0)