@@ -102,3 +102,7 @@ class confirms(default):
class events(default):
CELERY_SEND_EVENTS = True
CELERY_SEND_TASK_SENT_EVENT = True
+
+@template()
+class smallcache(default):
+ CELERY_MAX_CACHED_RESULTS = 10