see what happens if we disable rate limits

This commit is contained in:
Jeff Balogh 2011-10-05 12:39:56 -07:00
Родитель 5d27fd4cff
Коммит d2432ab63c
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -1207,6 +1207,8 @@ WATERMARK_CLEANUP_SECONDS = 3600
CSRF_FAILURE_VIEW = 'amo.views.csrf_failure'
# CSS selector for what part of the response to return in an X-PJAX request
PJAX_SELECTOR = '#page'
# Testing responsiveness without rate limits.
CELERY_DISABLE_RATE_LIMITS = True