From 4ed5c8f54c5166138d239f44f4665a3c3d71264f Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 25 Apr 2011 16:39:54 -0400 Subject: [PATCH] Disabled CELERY_DISABLE_RATE_LIMITS by default --- settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings.py b/settings.py index ebb1a8987b..a9298be509 100644 --- a/settings.py +++ b/settings.py @@ -252,6 +252,8 @@ BROKER_PASSWORD = "guest" BROKER_VHOST = "/" CELERYBEAT_SCHEDULER = 'djcelery.schedulers.DatabaseScheduler' #======== End of user configuration options ======= +#--------- Celery ------------------ +CELERY_DISABLE_RATE_LIMITS = True #--------- Web theme --------------- WEB_THEME_ENABLE_SCROLL_JS = False #--------- Grappelli ----------------