hii <@U01NZ4D0LDD> <@U01PL2YSG8L> i was getting th...
# community-help
a
hii @Jason Bosco @Kishore Nallan i was getting this error while fetching the data Error searching documents: TimeoutException after 00003.000000: Future not completed how to fixing this issue my code in flutter - connectionTimeout: const Duration(seconds: 3), how to remove this error please help me
s
Maybe try to increase your
connectionTimeout
from 3 seconds to 5 or more? If you import a large batch of data:
Copy code
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