Unverified Commit 648bfeae by Eric Fischer Committed by GitHub

Merge pull request #16832 from edx/dahlia/raise_zendesk_rate_limit

raise zendesk_proxy rate limit
parents 3fc78828 1a7ffc73
...@@ -9,7 +9,7 @@ from rest_framework.views import APIView ...@@ -9,7 +9,7 @@ from rest_framework.views import APIView
from openedx.core.djangoapps.zendesk_proxy.utils import create_zendesk_ticket from openedx.core.djangoapps.zendesk_proxy.utils import create_zendesk_ticket
ZENDESK_REQUESTS_PER_HOUR = 15 ZENDESK_REQUESTS_PER_HOUR = 50
class ZendeskProxyThrottle(SimpleRateThrottle): class ZendeskProxyThrottle(SimpleRateThrottle):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment