From 34ad549cde8ebe0000f1f0386f1e7049c8180960 Mon Sep 17 00:00:00 2001 From: Greg Heartsfield Date: Sun, 20 Feb 2022 11:46:24 -0600 Subject: [PATCH] fix: update event buffer size comment in config --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index cbe91b2..03d1ae4 100644 --- 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.