increase max size of public to 1600 bytes
This commit is contained in:
parent
3ba392b3cb
commit
5d526717d6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class Key < ActiveRecord::Base
|
||||||
validates :key,
|
validates :key,
|
||||||
:presence => true,
|
:presence => true,
|
||||||
:uniqueness => true,
|
:uniqueness => true,
|
||||||
:length => { :within => 0..1024 }
|
:length => { :within => 0..1600 }
|
||||||
|
|
||||||
before_save :set_identifier
|
before_save :set_identifier
|
||||||
after_save :update_gitosis
|
after_save :update_gitosis
|
||||||
|
|
Loading…
Reference in a new issue