These parameters what works do they have? <@U01NZ4...
# community-help
n
These parameters what works do they have? @Jason Bosco
--healthy-read-lag
 and 
--healthy-write-lag
j
By default if heavy write operations are sent to Typesense, they are throttled so that reads (searches) are prioritized and not affected.
Those parameters are to help control how much throttling is applied
You want to essentially watch the logs to see if the thresholds are breached as you're writing data, and increase them as needed
n
By default it is 1000 and 500
j
Yup, that's the number of writes that have been received, but yet to be applied to the index
n
Is it saying that the server does not receive read or write requests if the number of indexed documents differs from the amount of documents in database?
j
Similar concept, but it's not based on number of documents, it's based on number of writes. For eg: in a batch import, one write can have many number of documents depending on your import code
n
message has been deleted