21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-29 07:20:50 +02:00

Restore ActiveJob default async queue adapter in dev env

This commit is contained in:
Colin Darie 2018-06-02 15:14:01 +02:00
parent 878f7340e5
commit cc4d2a11a7
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4

View file

@ -67,6 +67,4 @@ Rails.application.configure do
# Use an evented file watcher to asynchronously detect changes in source code,
# routes, locales, etc. This feature depends on the listen gem.
config.file_watcher = ActiveSupport::EventedFileUpdateChecker
config.active_job.queue_adapter = :inline
end