mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-13 12:47:11 +08:00
4 lines
No EOL
131 B
Ruby
4 lines
No EOL
131 B
Ruby
Devise::Async.enabled = true
|
|
Devise::Async.backend = :delayed_job
|
|
Devise::Async.queue = :devise_email
|
|
# Devise::Async.priority = 10 |