mirror of
https://github.com/logos-messaging/specs.git
synced 2026-05-18 19:09:33 +00:00
add SegmentationConfig
This commit is contained in:
parent
682e3525e2
commit
a23f89b4df
@ -347,6 +347,20 @@ types:
|
||||
A single `ReliableSendId` therefore maps to one or more underlying `RequestId` values,
|
||||
one per segment sent."
|
||||
|
||||
SegmentationConfig:
|
||||
type: object
|
||||
fields:
|
||||
enableReedSolomon:
|
||||
type: bool
|
||||
default: false
|
||||
description: When enabled, the message sender adds parity (redundant) segments to allow recovery in case of data segment loss. See [SEGMENTATION](./segmentation.md).
|
||||
|
||||
segmentSizeBytes:
|
||||
type: uint
|
||||
default: 102400 # 100 KiB
|
||||
description: "Maximum segment size in bytes.
|
||||
Messages larger than this value are split before SDS processing."
|
||||
|
||||
SdsConfig:
|
||||
type: object
|
||||
description: Scalable Data Sync config items.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user