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