mirror of
https://github.com/logos-messaging/specs.git
synced 2026-01-02 14:13:06 +00:00
fix default values
This commit is contained in:
parent
4ff7967d1d
commit
37eae243cd
@ -219,12 +219,15 @@ types:
|
|||||||
description: "The minimum elapsed time between calling the underlying SDS channel process task for incoming messages. This prevents overload when processing many messages."
|
description: "The minimum elapsed time between calling the underlying SDS channel process task for incoming messages. This prevents overload when processing many messages."
|
||||||
causal_history_size:
|
causal_history_size:
|
||||||
type: uint
|
type: uint
|
||||||
|
default: 200
|
||||||
description: "The number of recent messages to include in causal history. Passed to the underlying SDS MessageChannel."
|
description: "The number of recent messages to include in causal history. Passed to the underlying SDS MessageChannel."
|
||||||
timeout_for_lost_messages_ms:
|
timeout_for_lost_messages_ms:
|
||||||
type: uint
|
type: uint
|
||||||
|
default: 0
|
||||||
description: "The time in milliseconds after which a message dependency that could not be resolved is marked as irretrievable. Disabled if undefined or 0. Passed to the underlying SDS MessageChannel."
|
description: "The time in milliseconds after which a message dependency that could not be resolved is marked as irretrievable. Disabled if undefined or 0. Passed to the underlying SDS MessageChannel."
|
||||||
possible_acks_threshold:
|
possible_acks_threshold:
|
||||||
type: uint
|
type: uint
|
||||||
|
default: 2
|
||||||
description: "How many possible acknowledgements (bloom filter hits) does it take to consider it a definitive acknowledgement. Passed to the underlying SDS MessageChannel."
|
description: "How many possible acknowledgements (bloom filter hits) does it take to consider it a definitive acknowledgement. Passed to the underlying SDS MessageChannel."
|
||||||
|
|
||||||
ChannelId:
|
ChannelId:
|
||||||
@ -283,7 +286,7 @@ functions:
|
|||||||
type: ContentTopic
|
type: ContentTopic
|
||||||
description: "The content topic to use for the channel."
|
description: "The content topic to use for the channel."
|
||||||
- name: encryption
|
- name: encryption
|
||||||
type: IEncryption
|
type: Encryption
|
||||||
description: "Optional encryption/decryption interface. If not provided, messages are sent without encryption (passthrough)."
|
description: "Optional encryption/decryption interface. If not provided, messages are sent without encryption (passthrough)."
|
||||||
- name: options
|
- name: options
|
||||||
type: ReliableChannelOptions
|
type: ReliableChannelOptions
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user