Skip to content

Commit 6fdab91

Browse files
Fix edge functions timeout
1 parent e31a43c commit 6fdab91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

supabase_functions/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
__version__ = "0.4.6"
55

6+
DEFAULT_FUNCTION_CLIENT_TIMEOUT = 5
7+
68

79
class SyncClient(BaseClient):
810
def aclose(self) -> None:

0 commit comments

Comments
 (0)