Skip to content

Commit

Permalink
Merge pull request hzrd149#2 from MattDHill/master
Browse files Browse the repository at this point in the history
update cache relay descripion and default
  • Loading branch information
hzrd149 authored Feb 11, 2024
2 parents c26864f + 95ed6dc commit 90eb2b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/procedures/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 90eb2b7

Please sign in to comment.