forked from mirror/fake-firehose
Better documentation on minURIs
This commit is contained in:
parent
29eb750165
commit
4c316296a5
1 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,14 @@ runFirehose=false
|
||||||
## Maximum number of curl instances to be allowed to run. This is only used
|
## Maximum number of curl instances to be allowed to run. This is only used
|
||||||
## if you send data to the relay
|
## if you send data to the relay
|
||||||
maxCurls=75
|
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
|
minURIs=100
|
||||||
|
|
||||||
## Archive mode will save the json stream but not parse it, not even into URIs
|
## Archive mode will save the json stream but not parse it, not even into URIs
|
||||||
|
|
Loading…
Reference in a new issue