chore: refine daemon runtime hint

This commit is contained in:
Peter Steinberger
2026-01-08 10:29:40 +01:00
parent b80b3a38bf
commit a54442866a

View File

@@ -10,7 +10,7 @@ export const GATEWAY_DAEMON_RUNTIME_OPTIONS: Array<{
{
value: "node",
label: "Node (recommended)",
hint: "Required for WhatsApp (Baileys WebSocket + Bun can corrupt memory on reconnect)",
hint: "Required for WhatsApp (Baileys WebSocket). Bun can corrupt memory on reconnect.",
},
{
value: "bun",