Skip to content

Commit

Permalink
Update StatusListCredential size bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
olegnn committed Aug 31, 2023
1 parent 2b375d7 commit e48d79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1049,8 +1049,8 @@ parameter_types! {
pub const MaxServiceEndpointOriginSize: u16 = 1025;
pub const ServiceEndpointOriginPerByteWeight: Weight = Weight::from_ref_time(10);
pub const MaxPolicyControllers: u32 = 15;
pub const MinStatusListCredentialSize: u32 = 900;
pub const MaxStatusListCredentialSize: u32 = 50_000;
pub const MinStatusListCredentialSize: u32 = 500;
pub const MaxStatusListCredentialSize: u32 = 40_000;
}

impl did::Config for Runtime {
Expand Down

0 comments on commit e48d79b

Please sign in to comment.