Compare commits

..
2 Commits
Author SHA1 Message Date
Greg Heartsfield fb751ba252 build: bump version to 0.8.12 2023-08-05 15:33:14 -05:00
Greg Heartsfield 7c5e851b82 fix: reset in-memory config to be false 2023-08-05 15:29:16 -05:00
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -1706,7 +1706,7 @@ dependencies = [
[[package]]
name = "nostr-rs-relay"
version = "0.8.11"
version = "0.8.12"
dependencies = [
"anyhow",
"async-std",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "nostr-rs-relay"
version = "0.8.11"
version = "0.8.12"
edition = "2021"
authors = ["Greg Heartsfield <scsibug@imap.cc>"]
description = "A relay implementation for the Nostr protocol"
+1 -1
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 = true
# Database connection pool settings for subscribers: