rm duplicated defaults

This commit is contained in:
Ivan FB 2026-04-23 23:20:00 +02:00
parent 3ec5732050
commit 9a67839c92
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -220,11 +220,9 @@ types:
fields:
segmentationConfig:
type: SegmentationConfig
default: DefaultSegmentationConfig
description: "Configuration for message segmentation."
description: "Configuration for message segmentation. Please refer to [SEGMENTATION](./segmentation.md) for more details."
sdsConfig:
type: SdsConfig
default: DefaultSdsConfig
description: "Configuration for Scalable Data Sync."
rateLimitConfig:
type: RateLimitConfig
@ -300,31 +298,6 @@ functions:
type: result<void, error>
```
#### Channel predefined values
```yaml
values:
DefaultSegmentationConfig:
type: SegmentationConfig
fields:
chunkSizeBytes: 102400 # 100 KiB
DefaultSdsConfig:
type: SdsConfig
fields:
historyBackend: "memory"
acknowledgementTimeoutMs: 5000
maxRetransmissions: 5
causalHistorySize: 2
DefaultRateLimitConfig:
type: RateLimitConfig
fields:
enabled: true
epochSizeMs: 600000
```
#### Channel extended definitions
**State management**: