From 4c316296a53a9ac294c0c2b058f5099fd5f6a73d Mon Sep 17 00:00:00 2001 From: Raynor Date: Mon, 26 Dec 2022 17:31:53 +0000 Subject: [PATCH] Better documentation on minURIs --- .env.production.sample | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.env.production.sample b/.env.production.sample index eca4c35..e0f020c 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -7,6 +7,14 @@ runFirehose=false ## Maximum number of curl instances to be allowed to run. This is only used ## if you send data to the relay maxCurls=75 + +## Minimum number of posts to queue up before sending the to the relay. +## This is more useful when you are streaming federated timelines from larger instances +## because you will have a lot of duplicate URIs, wasting resources on your machine. +## A URI batch is de-duplicated before being sent to the relay. +## +## On the other hand, if you are not following timelines that generate a lot of posts +## a smaller value is appropriate. minURIs=100 ## Archive mode will save the json stream but not parse it, not even into URIs