diff options
author | hor911 <[email protected]> | 2022-08-07 23:04:26 +0300 |
---|---|---|
committer | hor911 <[email protected]> | 2022-08-07 23:04:26 +0300 |
commit | 15c153a390f6126a74a5e9b3018aa3be9356e0b7 (patch) | |
tree | d4d316d0a2dd7e77f5b28d8d5457bdbdcfdf6807 | |
parent | 8bfcfcb14c047bf26b7dab6ea2ffdd61c88675b8 (diff) |
Default defaults
-rw-r--r-- | ydb/core/yq/libs/init/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/yq/libs/init/init.cpp b/ydb/core/yq/libs/init/init.cpp index 2e33bec6258..2925259b947 100644 --- a/ydb/core/yq/libs/init/init.cpp +++ b/ydb/core/yq/libs/init/init.cpp @@ -292,7 +292,7 @@ void Init( serviceCounters.Counters, { TQuotaDescription(SUBJECT_TYPE_CLOUD, QUOTA_ANALYTICS_COUNT_LIMIT, 100, 1000, NYq::ControlPlaneStorageServiceActorId()), - TQuotaDescription(SUBJECT_TYPE_CLOUD, QUOTA_STREAMING_COUNT_LIMIT, 3, 100, NYq::ControlPlaneStorageServiceActorId()), + TQuotaDescription(SUBJECT_TYPE_CLOUD, QUOTA_STREAMING_COUNT_LIMIT, 100, 1000, NYq::ControlPlaneStorageServiceActorId()), TQuotaDescription(SUBJECT_TYPE_CLOUD, QUOTA_CPU_PERCENT_LIMIT, 200, 3200), TQuotaDescription(SUBJECT_TYPE_CLOUD, QUOTA_MEMORY_LIMIT, 0), TQuotaDescription(SUBJECT_TYPE_CLOUD, QUOTA_RESULT_LIMIT, 0), |