Skip to content

Commit

Permalink
increase default retries to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertrand committed Mar 19, 2024
1 parent f993561 commit 000635c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odl_video/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ def get_all_config_keys():
PAGE_SIZE_VIDEOS = get_int("PAGE_SIZE_VIDEOS", 1000)

MOIRA_CACHE_TIMEOUT = get_int("MOIRA_CACHE_TIMEOUT", 10800)
MOIRA_RETRIES = get_int("MOIRA_RETRIES", 2)
MOIRA_RETRIES = get_int("MOIRA_RETRIES", 3)
HIJACK_ALLOW_GET_REQUESTS = True
HIJACK_LOGOUT_REDIRECT_URL = "/admin/auth/user"

Expand Down

0 comments on commit 000635c

Please sign in to comment.