diff options
author | yuryalekseev <yuryalekseev@yandex-team.com> | 2025-01-09 19:45:02 +0300 |
---|---|---|
committer | yuryalekseev <yuryalekseev@yandex-team.com> | 2025-01-09 19:59:43 +0300 |
commit | 4164728ac2be8f2b58391faacb71ed11267db35e (patch) | |
tree | 4dd5aa51976ac305a041155426f39bfbf59f5b12 | |
parent | f619272b3b015bfb7a1a466a22bbfdd2dbfd9913 (diff) | |
download | ydb-4164728ac2be8f2b58391faacb71ed11267db35e.tar.gz |
YT-23542: Address review comments.
commit_hash:2a32a33300fcdb3f636d67fe644533246d101281
-rw-r--r-- | yt/yt/core/concurrency/throughput_throttler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/concurrency/throughput_throttler.h b/yt/yt/core/concurrency/throughput_throttler.h index e7b2f81299..8d271881d8 100644 --- a/yt/yt/core/concurrency/throughput_throttler.h +++ b/yt/yt/core/concurrency/throughput_throttler.h @@ -67,7 +67,7 @@ struct IThroughputThrottler */ virtual bool IsOverdraft() = 0; - //! Returns total byte amount of all waiting requests. + //! Returns total amount of units of all waiting requests. /*! * \note Thread affinity: any */ |