From 23aa6e7313d1f00a2f04ac5270e3b544e1347990 Mon Sep 17 00:00:00 2001 From: Greg Heartsfield Date: Wed, 9 Aug 2023 13:09:11 -0700 Subject: [PATCH] docs: sqlite in-memory mode is false by default --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 737f8ec..6a78aba 100644 --- a/config.toml +++ b/config.toml @@ -40,7 +40,7 @@ description = "A newly created nostr-rs-relay.\n\nCustomize this with your own i # Use an in-memory database instead of 'nostr.db'. # Requires sqlite engine. # Caution; this will not survive a process restart! -#in_memory = true +#in_memory = false # Database connection pool settings for subscribers: