You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
409 B

{
"WebSocket": {
"Url": "wss://example.com/ws",
"TimeoutMs": 30000,
"BatchTimeoutMs": 100,
"MaxBatchSize": 100,
"EnableAutoReconnect": true,
"MaxReconnectAttempts": 5,
"QueueCapacity": 10000,
"SendChannelCapacity": 1000,
"ReceiveChannelCapacity": 1000,
"PriorityChannelCapacity": 100,
"CacheTtlMinutes": 30,
"MaxChunkSize": 65536,
"ChunkDelayMs": 1
}
}