mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 21:24:54 +08:00
4 lines
130 B
Ruby
4 lines
130 B
Ruby
Devise::Async.enabled = true
|
|
Devise::Async.backend = :delayed_job
|
|
Devise::Async.queue = :devise_email
|
|
Devise::Async.priority = 10
|
|
|