Give kombu its own db. Responding to Elrond "sqlite will lock all the time!" :)
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 26 Feb 2012 13:58:40 +0000 (07:58 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 26 Feb 2012 13:58:40 +0000 (07:58 -0600)
mediagoblin/config_spec.ini

index 09c5f265e428d1c91dd6ef3ffcd56c2f93335b4a..1eb5070118ec56e67538278b65eb2d2c54870d09 100644 (file)
@@ -85,7 +85,7 @@ celery_result_dburi = string(default="sqlite:///%(here)s/user_dev/celery.db")
 
 # default kombu stuff
 broker_transport = string(default="database")
-broker_host = string(default="sqlite:///%(here)s/user_dev/celery.db")
+broker_host = string(default="sqlite:///%(here)s/user_dev/kombu.db")
 
 # known booleans
 celery_result_persistent = boolean()