mirror of
https://github.com/sonr-io/sonr.git
synced 2026-09-17 07:26:25 +00:00
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
---
|
|
title: Update DWN Module Parameters
|
|
description: Configure module-wide settings for data storage, protocols, and security policies
|
|
seo:
|
|
title: "DWN Module Governance"
|
|
---
|
|
|
|
:::warning
|
|
This operation requires **governance approval** and is typically executed through on-chain proposals.
|
|
:::
|
|
|
|
## Parameter Categories
|
|
|
|
### Storage Limits
|
|
- **maxRecordSize**: Maximum size for individual records (default: 10MB)
|
|
- **maxProtocolsPerDwn**: Protocol configuration limit per DWN
|
|
- **maxPermissionsPerDwn**: Active permission limit per DWN
|
|
|
|
### Vault Security
|
|
- **vaultCreationEnabled**: Enable/disable new vault creation
|
|
- **minVaultRefreshInterval**: Minimum blocks between key refreshes
|
|
- **keyRotationDays**: Automatic rotation interval (default: 90 days)
|
|
- **minValidatorsForKeyGen**: Validator threshold for distributed key generation
|
|
|
|
### Encryption Policies
|
|
- **encryptionEnabled**: Enforce data encryption
|
|
- **encryptedProtocols**: Protocol URIs requiring mandatory encryption
|
|
- **encryptedSchemas**: Schema URIs requiring mandatory encryption
|
|
|
|
:::note
|
|
Changes to these parameters affect all DWN operations network-wide.
|
|
:::
|