Skip to content

Commit

Permalink
feat: increase max value length
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomiguelpinto committed Dec 12, 2024
1 parent 8f7efb2 commit b393313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/validators/metadata_validator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class MetadataValidator
DEFAULT_CONFIG = {
max_keys: 5,
max_key_length: 20,
max_value_length: 40
max_value_length: 100
}.freeze

attr_reader :metadata, :errors, :config
Expand Down

0 comments on commit b393313

Please sign in to comment.