File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 55from httpx import Timeout
66from postgrest .constants import DEFAULT_POSTGREST_CLIENT_TIMEOUT
77from storage3 .constants import DEFAULT_TIMEOUT as DEFAULT_STORAGE_CLIENT_TIMEOUT
8+ from supafunc .utils import DEFAULT_FUNCTION_CLIENT_TIMEOUT
89
910from supabase import __version__
1011
@@ -42,6 +43,9 @@ class ClientOptions:
4243 storage_client_timeout : Union [int , float , Timeout ] = DEFAULT_STORAGE_CLIENT_TIMEOUT
4344 """Timeout passed to the SyncStorageClient instance"""
4445
46+ function_client_timeout : Union [int , float , Timeout ] = DEFAULT_FUNCTION_CLIENT_TIMEOUT
47+ """Timeout passed to the SyncFunctionsClient instance."""
48+
4549 flow_type : AuthFlowType = "implicit"
4650 """flow type to use for authentication"""
4751
You can’t perform that action at this time.
0 commit comments