chore: refine daemon runtime hint
parent
b80b3a38bf
commit
a54442866a
|
|
@ -10,7 +10,7 @@ export const GATEWAY_DAEMON_RUNTIME_OPTIONS: Array<{
|
||||||
{
|
{
|
||||||
value: "node",
|
value: "node",
|
||||||
label: "Node (recommended)",
|
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",
|
value: "bun",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue