Disabled CELERY_DISABLE_RATE_LIMITS by default

This commit is contained in:
Roberto Rosario
2011-04-25 16:39:54 -04:00
parent f155c0725b
commit 4ed5c8f54c

View File

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