Aniket Chavan
03/13/2024, 7:23 AMStefan Atanasov
03/13/2024, 7:32 AMconnectionTimeout
from 3 seconds to 5 or more?
If you import a large batch of data:
Client-side timeouts
When importing large batches of data, make sure that you've increased the default client-side timeout when instantiating the client-libraries, to as high as 60 minutes.
Typesense write API calls are synchronous, so you do not want the client to terminate a connection prematurely due to a timeout, and then retry the same write operation again.
https://typesense.org/docs/guide/syncing-data-into-typesense.html#client-side-timeouts