raise zendesk_proxy rate limit

This commit is contained in:
Eric Fischer
2017-12-07 16:04:01 -05:00
parent f9623fc96a
commit 1a7ffc73c2

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