Skip to content

Commit ae9c5c0

Browse files
juancarlospacosilentworks
authored andcommitted
Fix edge functions timeout
1 parent 34322a0 commit ae9c5c0

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
@@ -191,7 +191,7 @@ def storage(self):
191191
def functions(self):
192192
if self._functions is None:
193193
self._functions = AsyncFunctionsClient(
194-
self.functions_url, self.options.headers
194+
self.functions_url, self.options.headers, self.options.function_client_timeout
195195
)
196196
return self._functions
197197

0 commit comments

Comments
 (0)