We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840f2c1 commit 09b5e2cCopy full SHA for 09b5e2c
ydb/core/persqueue/fetch_request_actor.cpp
@@ -481,7 +481,7 @@ struct TEvPrivate {
481
482
if (IsQuotaRequired()) {
483
PendingQuotaAmount = CalcRuConsumption(GetPayloadSize(record)) + Settings.ChargeExtraRU ? 1 : 0;
484
- Settings.ChargeExtraRU = 0;
+ Settings.ChargeExtraRU = false;
485
RequestDataQuota(PendingQuotaAmount, ctx);
486
} else {
487
ProceedFetchRequest(ctx);
0 commit comments