Commit 1a7ffc73 by Eric Fischer

raise zendesk_proxy rate limit

parent f9623fc9
......@@ -9,7 +9,7 @@ from rest_framework.views import APIView
from openedx.core.djangoapps.zendesk_proxy.utils import create_zendesk_ticket
ZENDESK_REQUESTS_PER_HOUR = 15
ZENDESK_REQUESTS_PER_HOUR = 50
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