Remove the queue configuration from the environments templates since the

default is the SynchronousQueue.
This commit is contained in:
Rafael Mendonça França 2012-09-12 15:54:06 -03:00
parent a25b5f683d
commit 85d8b22a71
2 changed files with 1 additions and 4 deletions

@ -41,7 +41,4 @@
# Debug mode disables concatenation and preprocessing of assets.
config.assets.debug = true
<%- end -%>
# In development, use an synchronous queue for queueing.
config.queue = Rails::Queueing::SynchronousQueue
end

@ -82,5 +82,5 @@
# Default the production mode queue to an synchronous queue. You will probably
# want to replace this with an out-of-process queueing solution.
config.queue = Rails::Queueing::SynchronousQueue
# config.queue = Rails::Queueing::SynchronousQueue
end