Skip to content

Commit cccd5f8

Browse files
remove timeout
1 parent 6ca886c commit cccd5f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

singlestoredb/functions/ext/asgi.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -516,9 +516,6 @@ def make_func(
516516
# Set function type
517517
info['function_type'] = function_type
518518

519-
# Set timeout
520-
info['timeout'] = max(timeout, 1)
521-
522519
# Set async flag
523520
info['is_async'] = asyncio.iscoroutinefunction(func)
524521

0 commit comments

Comments
 (0)