nixos: disable moq-native websocket fallback for wt-publish
This commit is contained in:
parent
97c83961c5
commit
d8ae2ac747
2 changed files with 4 additions and 0 deletions
|
|
@ -80,6 +80,9 @@ in
|
|||
type = lib.types.attrsOf lib.types.str;
|
||||
default = {
|
||||
RUST_LOG = "info";
|
||||
# Cloudflare's relay is WebTransport-first; moq-native's WebSocket fallback can "win"
|
||||
# the race and then fail MoQ negotiation, causing a tight reconnect loop.
|
||||
MOQ_CLIENT_WEBSOCKET_ENABLED = "false";
|
||||
};
|
||||
description = "Environment variables for the publisher services.";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue