-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
I2Regular impactRegular impactS2Regular significanceRegular significanceU3RegularRegulardocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementImproving existing functionalityImproving existing functionality
Milestone
Description
Is your feature request related to a problem? Please describe.
I'm always frustrated when nothing limits values. Sometimes, I need to think about limitations in real cases (e.g., we have contracts, contracts have stack/memory/storage limits), and I do not know what to do and if it is possible to have 1024 replicas 1024 times or even more.
Describe the solution you'd like
Check there are no unrealistic containers in our networks and add nice limits to API. 256 max REP value and 256 max numbers of REPs look good to me.
Describe alternatives you've considered
- Any other nice number: 128, 512, 1024. But 8 bits are traditionally a good pick.
- Do not have limits at all. But it will be possible to fail in some unexpected things because of overflow. Also, I cannot imagine thousands of SNs in real networks and a person who needs this number of REPlicas.
Additional context
Metadata
Metadata
Assignees
Labels
I2Regular impactRegular impactS2Regular significanceRegular significanceU3RegularRegulardocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementImproving existing functionalityImproving existing functionality