Merge pull request #16832 from edx/dahlia/raise_zendesk_rate_limit

raise zendesk_proxy rate limit
This commit is contained in:
Eric Fischer
2017-12-08 09:43:00 -05:00
committed by GitHub

View File

@@ -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):