mirror of https://github.com/telemt/telemt.git
commit
429fa63c95
|
|
@ -46,7 +46,6 @@ update_every = 7200 # Resolve the active updater interval
|
||||||
crypto_pending_buffer = 262144 # Max pending ciphertext buffer per client writer (bytes). Controls FakeTLS backpressure vs throughput.
|
crypto_pending_buffer = 262144 # Max pending ciphertext buffer per client writer (bytes). Controls FakeTLS backpressure vs throughput.
|
||||||
max_client_frame = 16777216 # Maximum allowed client MTProto frame size (bytes).
|
max_client_frame = 16777216 # Maximum allowed client MTProto frame size (bytes).
|
||||||
desync_all_full = false # Emit full crypto-desync forensic logs for every event. When false, full forensic details are emitted once per key window.
|
desync_all_full = false # Emit full crypto-desync forensic logs for every event. When false, full forensic details are emitted once per key window.
|
||||||
me_reinit_drain_timeout_secs = 300 # Drain timeout in seconds for stale ME writers after endpoint map changes. Set to 0 to keep stale writers draining indefinitely (no force-close).
|
|
||||||
auto_degradation_enabled = true # Enable auto-degradation from ME to Direct-DC.
|
auto_degradation_enabled = true # Enable auto-degradation from ME to Direct-DC.
|
||||||
degradation_min_unavailable_dc_groups = 2 # Minimum unavailable ME DC groups before degrading.
|
degradation_min_unavailable_dc_groups = 2 # Minimum unavailable ME DC groups before degrading.
|
||||||
hardswap = true # Enable C-like hard-swap for ME pool generations. When true, Telemt prewarms a new generation and switches once full coverage is reached.
|
hardswap = true # Enable C-like hard-swap for ME pool generations. When true, Telemt prewarms a new generation and switches once full coverage is reached.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue