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
404 B

{
"WebSocket": {
"Url": "wss://localhost:8080/ws",
"TimeoutMs": 15000,
"BatchTimeoutMs": 50,
"MaxBatchSize": 50,
"EnableAutoReconnect": true,
"MaxReconnectAttempts": 3,
"QueueCapacity": 500,
"SendChannelCapacity": 500,
"ReceiveChannelCapacity": 500,
"PriorityChannelCapacity": 50,
"CacheTtlMinutes": 5,
"MaxChunkSize": 32768,
"ChunkDelayMs": 1
}
}