chore: refine daemon runtime hint
This commit is contained in:
parent
b80b3a38bf
commit
a54442866a
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user