mirror of
https://github.com/logos-messaging/specs.git
synced 2026-05-19 11:29:31 +00:00
rm duplicated defaults
This commit is contained in:
parent
3ec5732050
commit
9a67839c92
@ -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**:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user