Skip to content

Commit 4f800f7

Browse files
Fix edge functions timeout
1 parent 8b9cf6a commit 4f800f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase/_async/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def storage(self):
177177
def functions(self):
178178
if self._functions is None:
179179
self._functions = AsyncFunctionsClient(
180-
self.functions_url, self.options.headers
180+
self.functions_url, self.options.headers, self.options.function_client_timeout
181181
)
182182
return self._functions
183183

0 commit comments

Comments
 (0)