docs: sqlite in-memory mode is false by default

This commit is contained in:
Greg Heartsfield 2023-08-09 13:09:11 -07:00
parent fb751ba252
commit 23aa6e7313

View File

@ -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: