nostr-rs-relay

My dev fork of nostr-rs-relay
git clone git://jb55.com/nostr-rs-relay
Log | Files | Refs | README | LICENSE

commit 34ad549cde8ebe0000f1f0386f1e7049c8180960
parent f8b1fe5035fe63b19e8f6bb448887953cb6d8436
Author: Greg Heartsfield <scsibug@imap.cc>
Date:   Sun, 20 Feb 2022 11:46:24 -0600

fix: update event buffer size comment in config

Diffstat:
Mconfig.toml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.toml b/config.toml @@ -63,8 +63,8 @@ reject_future_seconds = 1800 #broadcast_buffer = 16384 # Event persistence buffer size, in number of events. This provides -# backpressure to senders if writes are slow. Defaults to 16. -#event_persist_buffer = 16 +# backpressure to senders if writes are slow. +#event_persist_buffer = 4096 [authorization] # Pubkey addresses in this array are whitelisted for event publishing.