<@U01PL2YSG8L> HTTPSConnectionPool(host='<g4z9t7cm...
# community-help
a
@Kishore Nallan HTTPSConnectionPool(host='g4z9t7cmykvowrnup-1.a1.typesense.net', port=443): Read timed out. (read timeout=10) getting error on bulk update
k
Your client timeout is too small. Increase it to a larger value so that your bulk update can be fully processed.
a
connection_timeout_seconds': 10
what value can be assign
k
Depends on how big your batch size is. Start with 60 seconds, then check how long it takes and reduce appropriately.
a
what value can be assign
@Kishore Nallan thank you