About requesting time out #14730
Unanswered
SShimmyo
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to get large data from my database to my local PC. To do this, I set the
max rowsin the setting tab of the web console.But, I could not get this data since the error
The read operation timed outwas generated.I thought this is caused by this large data and timeout setting.
Therefore, I tried to use
supabase_client.request_timeout = 50000, but it did not work.Do you have any solutions? I'm using python SDKs.
Thank you for your coorperation.
All reactions