The indexed jsonl file was about 400MB
# community-help
y
The indexed jsonl file was about 400MB
k
Check if your client write timeout is too small. This can cause the requests to be repeatedly retried by the client.
And please use the thread feature so we can keep the conversation in a single thread.
y
How to set the client write timeout? is this ?
WithConnectionTimeout
./typesense-ops -import -file /data/backup/sites-typesense.jsonl 2025/05/19 215826 Connected to Typesense at http://localhost:8108 2025/05/19 215855 Import API call completed. Processing document responses from stream: 2025/05/19 215954 All 565961 documents processed from stream imported successfully to collection 'nav_sites'
After increase the
WithConnectionTimeout
all the data was imported.
k
👍