On the newly released .23, I’m trying to add a 7mb...
# community-help
j
On the newly released .23, I’m trying to add a 7mb json file, but it’s timing out on me. Our max upload size in nginx is set to something absurd (32 or 64mb). Any other ideas of where to begin poking around?
j
Are you using one of our client libraries?
j
Yes, the python library.
j
Then it's most likely the client-side timeout kicking in. Imports are synchronous in Typesense, so you want to increase the timeout to say 5 minutes or more on the client instance you're using to do the import.
❤️ 1
j
Will play around, many thanks. PS: Me and my team’s loving TS so far.
🙌 1
❤️ 2
After careful code review I realized my developer had ‘connection_timeout_seconds’: 2.
🤦 1