Skip to content

Commit

Permalink
Lower default Altcha complexity a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
zonque committed May 12, 2024
1 parent be8c772 commit 8ec1d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/altcha.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Altcha.setup do |config|
config.algorithm = 'SHA-256'
if Rails.env.production?
config.num_range = (20_000..200_000)
config.num_range = (20_000..100_000)
else
config.num_range = (1..2)
end
Expand Down

0 comments on commit 8ec1d7f

Please sign in to comment.