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
Jason Bosco
06/06/2022, 7:11 PM
Are you using one of our client libraries?
j
Jesse Menn
06/06/2022, 7:12 PM
Yes, the python library.
j
Jason Bosco
06/06/2022, 7:13 PM
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
Jesse Menn
06/06/2022, 7:24 PM
Will play around, many thanks. PS: Me and my team’s loving TS so far.
🙌 1
❤️ 2
Jesse Menn
06/06/2022, 7:56 PM
After careful code review I realized my developer had ‘connection_timeout_seconds’: 2.