diff options
author | alexv-smirnov <[email protected]> | 2023-06-13 16:32:07 +0300 |
---|---|---|
committer | alexv-smirnov <[email protected]> | 2023-06-13 16:32:07 +0300 |
commit | 62b2299adffe8930987a4b35540779e796e36aff (patch) | |
tree | 2ac467a3d5b6c9097f4308f505a8be3ae2f59d01 | |
parent | 8965211f8b6adb7249a2af7aa961404d867d6b22 (diff) |
Remove timeout/size from UDF
-rw-r--r-- | ydb/library/yql/udfs/common/string/ya.make | 4 |
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() |