From 95ed6dcb8839c2a597ad5289a947bad001c3b375 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sat, 10 Feb 2024 14:19:53 -0700 Subject: [PATCH] update cache relay descripion and default --- scripts/procedures/getConfig.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/procedures/getConfig.ts b/scripts/procedures/getConfig.ts index 06f5f2e..d8735ec 100644 --- a/scripts/procedures/getConfig.ts +++ b/scripts/procedures/getConfig.ts @@ -5,9 +5,10 @@ import { compat, types as T } from "../deps.ts"; export const getConfig: T.ExpectedExports.getConfig = compat.getConfig({ "enable-cache-relay": { name: "Use local relay for caching", - description: "Enables", + description: + "If you enable the option, noStrudel will cache Nostr events on your personal Nostr relay, which is fast and makes the cache available to all your logged in clients. If you disable this option, noStrudel will instead cache Nostr events in the browser's storage, which is slower and does not sync across clients.", type: "boolean", - default: false, + default: true, }, "cache-relay": { name: "Cache Relay",