We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9cf6a commit 4f800f7Copy full SHA for 4f800f7
supabase/_async/client.py
@@ -177,7 +177,7 @@ def storage(self):
177
def functions(self):
178
if self._functions is None:
179
self._functions = AsyncFunctionsClient(
180
- self.functions_url, self.options.headers
+ self.functions_url, self.options.headers, self.options.function_client_timeout
181
)
182
return self._functions
183
0 commit comments