mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +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
|
|
|