fix expires time
This commit is contained in:
parent
cd437b485b
commit
a105d824b4
|
@ -2,7 +2,7 @@ RuCaptcha.configure do
|
||||||
# Color style, default: :colorful, allows: [:colorful, :black_white]
|
# Color style, default: :colorful, allows: [:colorful, :black_white]
|
||||||
# self.style = :colorful
|
# self.style = :colorful
|
||||||
# Custom captcha code expire time if you need, default: 2 minutes
|
# Custom captcha code expire time if you need, default: 2 minutes
|
||||||
self.expires_in = 60.minutes
|
self.expires_in = 1.days.to_i
|
||||||
# [Requirement / 重要]
|
# [Requirement / 重要]
|
||||||
# Store Captcha code where, this config more like Rails config.cache_store
|
# Store Captcha code where, this config more like Rails config.cache_store
|
||||||
# default: Read config info from `Rails.application.config.cache_store`
|
# default: Read config info from `Rails.application.config.cache_store`
|
||||||
|
|
Loading…
Reference in New Issue