From 7c5e851b82860c5fc277734acc64bc2887d02d37 Mon Sep 17 00:00:00 2001 From: Greg Heartsfield Date: Sat, 5 Aug 2023 15:29:16 -0500 Subject: [PATCH] fix: reset in-memory config to be false --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 7486f10..737f8ec 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 = true # Database connection pool settings for subscribers: