mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 21:21:50 +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
|
|
|