Skip to content

Commit

Permalink
Merge pull request #1656 from orbs-network/feature/vc-max-sizes
Browse files Browse the repository at this point in the history
fix storage key caps after testing in private network situation
  • Loading branch information
ronnno authored Jun 3, 2021
2 parents 36c230d + c67852a commit 1d23a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/management/management.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type CommitteeTerm struct {
Weights []primitives.Weight
}

const SUBSCRIPTION_STORAGE_MAK_KEYS_DEFAULT = primitives.StorageKeys(4000000)
const SUBSCRIPTION_STORAGE_MAK_KEYS_DEFAULT = primitives.StorageKeys(1000000)
const SUBSCRIPTION_STORAGE_MAK_SIZE_DEFAULT = primitives.StorageSizeMegabyte(1024)

type SubscriptionTerm struct {
Expand Down

0 comments on commit 1d23a99

Please sign in to comment.