diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -259,10 +259,6 @@ use_celery = false ## Example: use the message queue on the local virtual host 'kallitheavhost' as the RabbitMQ user 'kallithea': celery.broker_url = amqp://kallithea:thepassword@localhost:5672/kallitheavhost -celery.result_backend = db+sqlite:///celery-results.db - -#celery.amqp.task.result.expires = 18000 - celery.worker_concurrency = 2 celery.worker_max_tasks_per_child = 100