summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexv-smirnov <[email protected]>2023-06-13 16:32:07 +0300
committeralexv-smirnov <[email protected]>2023-06-13 16:32:07 +0300
commit62b2299adffe8930987a4b35540779e796e36aff (patch)
tree2ac467a3d5b6c9097f4308f505a8be3ae2f59d01
parent8965211f8b6adb7249a2af7aa961404d867d6b22 (diff)
Remove timeout/size from UDF
-rw-r--r--ydb/library/yql/udfs/common/string/ya.make4
1 files changed, 0 insertions, 4 deletions
diff --git a/ydb/library/yql/udfs/common/string/ya.make b/ydb/library/yql/udfs/common/string/ya.make
index ec14e593837..3282ec955d5 100644
--- a/ydb/library/yql/udfs/common/string/ya.make
+++ b/ydb/library/yql/udfs/common/string/ya.make
@@ -20,8 +20,4 @@ PEERDIR(
library/cpp/string_utils/quote
)
-TIMEOUT(300)
-
-SIZE(MEDIUM)
-
END()